home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 New Year / INTERNET112.ISO / pc / software / windows / building / easy_php / easyphp16_setup.exe / {app} / phpmyadmin / ChangeLog < prev    next >
Encoding:
Text File  |  2003-09-24  |  164.5 KB  |  3,510 lines

  1. ----------------------
  2. phpMyAdmin - Changelog
  3. ----------------------
  4.  
  5. $Id: ChangeLog,v 1.952 2002/04/21 14:11:38 rabus Exp $
  6. $Source: /cvsroot/phpmyadmin/phpMyAdmin/ChangeLog,v $
  7.  
  8. 2002-04-21 LoÔc Chapeaux  <lolo@phpheaven.net>
  9.     * sql.php3; libraries/functions.js: improved regexp used to find some
  10.       statements in order to "fix" an error reported by
  11.       Max <max at softportal.com> in the "Open Discussion" forum.
  12.     * lang/latvian.inc.php3: updated thanks to Sandis JÁrics.
  13.  
  14. 2002-04-20 Alexander M. Turek  <rabus@users.sourceforge.net>
  15.     * lang/german.inc.php3: removed comments.
  16.     * Documentation.html: Added some notes about the
  17.       php 4.2.0 release candidates.
  18.  
  19. 2002-04-20 LoÔc Chapeaux  <lolo@phpheaven.net>
  20.     * header.inc.php3; left.php3; libraries/left.js: CSS fixes.
  21.     * lang/italian.inc.php3: updated thanks to
  22.       "DPhantom" <dphantom at users.sourceforge.net>.
  23.     * lang/portuguese.inc.php3: updated thanks to AntÛnio Raposo.
  24.     * lang/bulgarian-*: completed by Georgi Georgiev.
  25.     * lang/galician.inc.php3: completed by XosÈ Calvo.
  26.     * lang/russian-*: completed by Artyom Rabzonov.
  27.     * Documentation.html: added a second example for the
  28.       "$cfgPmaAbsoluteUri" directive.
  29.  
  30. 2002-04-19 Marc Delisle  <lem9@users.sourceforge.net>
  31.     * Documentation.html "how can I make a backup?",
  32.       "how can I restore a dump?"
  33.  
  34. 2002-04-19 LoÔc Chapeaux  <lolo@phpheaven.net>
  35.     * libraries/select_lang.lib.php3, lines 45-46: bug #545667 - Wrong default
  36.       Cyrillic encoding for BG.
  37.     * lang/korean.inc.php3: added some "to translate" strings.
  38.     * lang/arabic.inc.php3: updated thanks to
  39.       Tarik kallida <kallida at users.sourceforge.net>.
  40.     * lang/georgian.inc.php3; libraries/select_lang.lib.php3: new translation
  41.       thanks to Lasha Altunashvili <lasha_al at hotmail.com>.
  42.  
  43. 2002-04-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  44.     * badwords.txt: Updated and reordered badwords, made it MySQL 4 compatible.
  45.  
  46. 2002-04-17 LoÔc Chapeaux  <lolo@phpheaven.net>
  47.     * libraries/common.lib.php3, line 128: improved compatibility with older
  48.       config files.
  49.     * libraries/display, line 1291: improved fix against bug #542524 (Wrong
  50.       interval is displayed).
  51.     * lang/portuguese.inc.php3: updated thanks to
  52.       Lopo Pizarro <lopopizarro at users.sourceforge.net>.
  53.     * Documentation.html, line 1330-1331: extended a bit a faq entry.
  54.  
  55. 2002-04-15 Marc Delisle  <lem9@users.sourceforge.net>
  56.     * config.inc.php3: put the most popular column types first in the list,
  57.       (Feature #544066)
  58.  
  59. 2002-04-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  60.     * Documentation.*: Added some notes about MySQL 4.
  61.     * db_details.php3, tbl_change.php3, tbl_properties.php3,
  62.       user_details.php3: feature #542837, labels for checkboxes and
  63.       radiobuttons.
  64.  
  65. 2002-04-13 LoÔc Chapeaux  <lolo@phpheaven.net>
  66.     * lang/korean.inc.php3: fixed some inconcistencies.
  67.     * main.php3, lines 200-201; user_details.php3, line 82 & 1339-1344: fixed
  68.       bugs with privileges when applied to database name containing an escaped
  69.       wilcard character (then used a litteral charcter). Thanks to
  70.       Mike Eheler <meheler @ users.sourceforge.net>.
  71.     * tbl_alter.php3, lines 109-112: fixed bug #543365 - Can't change field
  72.       properties when name contains localized characters.
  73.     * db_stats.php3; left.php3; libraries/display_tbl.lib.php3: the valid xhtml
  74.       attribute to display the "tool tip" of an image is "title" and not "alt".
  75.     * libraries/display_tbl.lib.php3, lines 574 & 578: use localized strings.
  76.     * config.inc.php3; Documentation.*: merged patch #542421 - dynamic server
  77.       numbers in config file.
  78.     * ### released 2.2.6-rc2. ###
  79.  
  80. 2002-04-12 LoÔc Chapeaux  <lolo@phpheaven.net>
  81.     * libraries/display_tbl.lib.php3, lines 957-991: expended cosmetic changes
  82.       to allow word wrapping.
  83.     * libraries/auth/config.auth.lib.php3, line 111: fixed a header problem.
  84.     * tbl_dump.php3, line 197: new domain name (thanks to Rabus).
  85.  
  86. 2002-04-11 LoÔc Chapeaux  <lolo@phpheaven.net>
  87.     * libraries/display_tbl.lib.php3, line 957: cosmetic change to allow word
  88.       wrapping thanks to Adam Burley <kidburla2002 at users.sourceforge.net>.
  89.  
  90. 2002-04-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  91.     * libraries/display_tbl.lib.php3, line 1293: fixed bug #542524 (Wrong
  92.       interval is displayed). Thanks to Matthias Schniedermeyer for his report.
  93.  
  94. 2002-04-11 Marc Delisle  <lem9@users.sourceforge.net>
  95.     * header.inc.php3, bug #540718, merge css patch thanks to LoÔc
  96.  
  97. 2002-04-10 LoÔc Chapeaux  <lolo@phpheaven.net>
  98.     * lang/korean.onc.php3: updated thanks to WooSuhan <kjh at unews.co.kr>.
  99.  
  100. 2002-04-10 Alexander M. Turek <rabus@users.sourceforge.net>
  101.     * config.inc.php3, line 73: removed the "experimental" warning for the
  102.       "cfgLeftFrameLight" setting.
  103.     * db_details.php3, header.inc.php3, left.php3, main.php3, tbl_change.php3,
  104.       tbl_indexes.php3, tbl_properties.php3, tbl_qbe.php3, tbl_select.php3,
  105.       user_details.php3, user_password.php3, libraries/display_tbl.lib.php3,
  106.       libraries/auth/cookie.auth.lib.php3: Better fix bugs #539756 / #540718
  107.     * left.php3, libraries/auth/cookie.auth.lib.php3: Fixed design for NN 4.x.
  108.     * Documentation.*: Added myself.
  109.  
  110. 2002-04-10 Marc Delisle  <lem9@users.sourceforge.net>
  111.     * lang/chinese* update thanks to Siu Sun (siusun)
  112.  
  113. 2002-04-09 LoÔc Chapeaux  <lolo@phpheaven.net>
  114.     * lang/greek.inc.php3: update thanks to Kyriakos Xagoraris.
  115.  
  116. 2002-04-09 Marc Delisle  <lem9@users.sourceforge.net>
  117.     * libraries/display_tbl.lib.php3, bug 541440 (Relation feature
  118.       and blanks in the key), small modif to the patch thanks to LoÔc
  119.  
  120. 2002-04-08 Marc Delisle  <lem9@users.sourceforge.net>
  121.     * tbl_select.php3: to gain vertical space, reduce the size of the
  122.       select box if the number of fields is < 10
  123.  
  124. 2002-04-06 LoÔc Chapeaux  <lolo@phpheaven.net>
  125.     * header.inc.php3, lines 64-66; left.php3, lines 135-136 & 154-155: back
  126.       to previous version.
  127.  
  128. 2002-04-06 LoÔc Chapeaux  <lolo@phpheaven.net>
  129.     * header.inc.php3, lines 64-66; left.php3, lines 135-136 & 154-155: fixed
  130.       "bug" #539756 - Bad CSS Styles for textarea have chosen thanks to Rabus.
  131.     * Documentation.html: code is now XHTML1.0 and CSS2 compliant!
  132.     * db_details.php3, lines 558; tbl_properties.php3, lines 719: fixed the
  133.       second problem reported with bug #536623: space characters typed into the
  134.       sql query textarea put the focus at the end of the page with NS6+ and
  135.       Moz 0.9.?.
  136.  
  137. 2002-04-05 Marc Delisle  <lem9@users.sourceforge.net>
  138.     * release 2.2.6-rc1
  139.  
  140. 2002-04-05 LoÔc Chapeaux  <lolo@phpheaven.net>
  141.     * Documentation.html: updated the faq entry about maximum upload filesize
  142.       and misc. updates.
  143.     * tbl_indexes.php3, lines 95-97: better fix for bug #538074 (MySQL alpha or
  144.       beta versions are somewhat buggy and even if detected version is 3.23.23
  145.       row['Comment'] sometimes do not exists).
  146.     * lang/brazilian_portuguese.inc.php3: restored end of lines.
  147.     * lang/serbian-win1250.inc.php3; libraries/select_lang.lib.php3, line 78:
  148.       new translation thanks to Igor Mladenovic <mligor at zimco.com> and
  149.       David Trajkovic <tdavid at ptt.yu>.
  150.     * lang/greek.inc.php3: updated thanks to
  151.       Kyriakos Xagoraris <theremon at users.sourceforge.net>.
  152.     * db_details.php3, lines 558-559; tbl_properties.php3, lines 719-720:
  153.       fixed bug #536623 - (NS 4.7) javascript textarea selection buggy thanks
  154.       to the patch #538896 suggested by Alexander M. Turek (rabus).
  155.  
  156. 2002-04-04 Marc Delisle  <lem9@users.sourceforge.net>
  157.     * lang/german.inc.php3 big update thanks to Alexander M. Turek (rabus)
  158.     * lang/dutch.inc.php3 big update thanks to Martijn W. van der Lee (mwvdlee)
  159.  
  160. 2002-04-03 Olivier M¸ller  <om@omnis.ch>
  161.     * activated www.phpmyadmin.net as project homepage, and
  162.       updated the urls in the documentation/links.
  163.  
  164. 2002-04-03 Marc Delisle  <lem9@users.sourceforge.net>
  165.     * tbl_indexes.php3, bug 538074: FULLTEXT is only supported since
  166.       MySQL 3.23.23; so before, SHOW KEYS does not show a column 'Comment'
  167.     * db_details.php3, new parameter for $strCreateNewTable
  168.  
  169. 2002-04-02 Marc Delisle  <lem9@users.sourceforge.net>
  170.     * Documentation.html: faq about maximum upload filesize
  171.     * romanian, swedish, indonesian, spanish, catalan, czech*, danish,
  172.       dutch, norwegian, german, hungarian updates
  173.     * new lang: lithuanian, thanks to Algis Vainauskas (algisv)
  174.  
  175. 2002-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  176.     * libraries/select_lang.lib.php3, lang/indonesian.inc.php3,
  177.       Documentation.html:
  178.       new lang, thanks to Rachim Tamsjadi (tamsjadi at icqmail.com)
  179.     * ukrainian, turkish, polish, galician, estonian, brazilian-portuguese updates
  180.  
  181. 2002-03-30 Marc Delisle  <lem9@users.sourceforge.net>
  182.     * tbl_properties.php3, comments about why we need a mysql_select_db().
  183.  
  184. 2002-03-30 LoÔc Chapeaux  <lolo@phpheaven.net>
  185.     * libraries/zip.lib.php3: optimized a bit.
  186.     * confic.inc.php3: reordered some directives.
  187.     * tbl_change.php3: made the "insert-new-row" feature sticky.
  188.     * db_details.php3, line 545; tbl_properties.php3, line 705: beautified
  189.       generated html.
  190.     * Documentation.html, line 1-2; header.inc.php3, lines 46-47;
  191.       index.php3, line 44-45; left.php3, line 60-61; libraries/auth/*:
  192.       fixed bug #536550 - DOCTYPE line contains line feeds.
  193.     * lang/brazilian_portuguese.inc.php3: restored.
  194.     * lang/french.inc.php3: resorted.
  195.     * Documentation.html, line 71: little xhtml1.0 fix.
  196.     * sql.php3, line 367: urlencoded the message passed with the location
  197.       header. Thanks to Severus <theseverus at users.sourceforge.net>.
  198.  
  199. 2002-03-29 LoÔc Chapeaux  <lolo@phpheaven.net>
  200.     * sql.php3, lines 456-457: swap form fields position for consistency
  201.       ("server" is always the first one).
  202.     * tbl_properties.php3, lines 1212-1249: fixed bad dislays with Opera and
  203.       removed trailing whitespaces.
  204.     * Documentation.html: added some words and a faq entry about IE and php
  205.       cookie bugs.
  206.     * libraries/display_tbl.lib.php3: very very light optimizations.
  207.     * tbl_change.php3: fixed bug #535984 - JS Error in tbl_change.php3.
  208.     * tbl_replace.php3: fixed bug #536707 - undefined variables.
  209.     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
  210.     * libraries/zip.lib.php3: merged a patch from
  211.       Peter Listiak <mlady@users.sourceforge.net> to get last modified date and
  212.       time of the compressed file.
  213.  
  214. 2002-03-28 Marc Delisle  <lem9@users.sourceforge.net>
  215.     * sql.php3, bug #535648: bookmarks can't be saved on the second server.
  216.  
  217. 2002-03-27 Marc Delisle  <lem9@users.sourceforge.net>
  218.     * libraries/display_tbl.lib.php3, changed a variable name for
  219.       better doc.
  220.     * tbl_properties.php3, lang/*, Documentation.html:
  221.       new feature: Referential integrity.
  222.  
  223. 2002-03-26 LoÔc Chapeaux  <lolo@phpheaven.net>
  224.     * libraries/common.lib.php3, lines 146-152, 519-524 & 567: fixed bug
  225.       #534794 - special user can't see the db's list.
  226.  
  227. 2002-03-26 Marc Delisle  <lem9@users.sourceforge.net>
  228.     * libraries/display_tbl.lib.php3, Documentation.html: support for
  229.       non-numeric keys in the 'relation' feature.
  230.  
  231. 2002-03-25 LoÔc Chapeaux  <lolo@phpheaven.net>
  232.     * lang/estonian.inc.php3; lang/latvian.inc.php3;
  233.       lang/russian-win1251.inc.php3: updated thanks to
  234.       Alvar Soome <finsoft at users.sourceforge.net>, Sandis JÁrics and
  235.       Artyom Rabzonov <tyomych at gmx.net>.
  236.     * db_details.php3, line  386: fixed a js error.
  237.     * libraries/functions.js, lines 412-422: merged patch
  238.       #534660 - Check All / Uncheck All, thanks to "Leblanc".
  239.  
  240. 2002-03-24 LoÔc Chapeaux  <lolo@phpheaven.net>
  241.     * user_details.php3, line 1191: fixed bug #534159 - Can't change user
  242.       hosts.
  243.     * libraries/select_lang.lib.php3, line 65; lang/latvian.inc.php3: new
  244.       translation thanks to Sandis JÁrics <sandisj at parks.lv>.
  245.  
  246. 2002-03-23 LoÔc Chapeaux  <lolo@phpheaven.net>
  247.     * config.inc.php3, lines 189-192; Documentation.html, lines 853-866;
  248.       libraries/common.lib.php3, lines 127-129;
  249.       libraries/display_tbl.lib.php3, lines 771-779;
  250.       libraries/functions.js, lines 300-398: improved the "mark row" feature so
  251.       it can be used with the "pointer" one.
  252.     * finnish.inc.php3: $strFlushTable thanks to Visa Kopu.
  253.     * user_password.php3, lines 16-18: fixed bug #534107 - Superusers can't
  254.       change password, thanks to
  255.       Matthias Fichtner <mfichtner at users.sourceforge.net>.
  256.     * Documentation.html, lines 382-388: added some words about setting
  257.       dynamically $cfgPmaAbsoluteUri.
  258.  
  259. 2002-03-22 Marc Delisle  <lem9@users.sourceforge.net>
  260.     * finnish, norwegian updates
  261.     * ### 2.2.5 released ###
  262.  
  263. 2002-03-22 LoÔc Chapeaux  <lolo@phpheaven.net>
  264.     * db_details.php3, lines 383-390: removed the submit button for actions on
  265.       multiple tables if the "onsubmit" event is handled by the browser.
  266.     * mult_submits.inc.php3: removed the confirmation stage for "OPTIMIZE"
  267.       statements.
  268.     * header.inc.php3, line 89: patch #531864 - display something in title when
  269.       no db thanks to Michal Cihar.
  270.     * lang/brazilian_portuguese.inc.php3: removed "^M".
  271.     * Documentation.html, lines 1098-1105: added a FAQ entry about bug
  272.       #494564 - No Sql Query!
  273.     * libraries/defines.lib.php3, lines 112-117: flipped Opera and MSIE
  274.       detection to better detect the former.
  275.     * header.inc.php3, lines 138-143; tbl_change.php3; libraries/tbl_change.js:
  276.       improved js controls for null/not null fields and fixed js bugs with the
  277.       MSIE autocomplete feature.
  278.     * user_details.php3; user_password.php3: fixed the js bugs with the MSIE
  279.       autocomplete feature.
  280.  
  281. 2002-03-20 Marc Delisle  <lem9@users.sourceforge.net>
  282.     * lang/*, removed $strSequence
  283.     * czech*, estonian updates
  284.  
  285. 2002-03-19 Marc Delisle  <lem9@users.sourceforge.net>
  286.     * polish, catalan, spanish, romanian, swedish, galician, ukrainian
  287.       updates, thanks to usual translators
  288.  
  289. 2002-03-17 LoÔc Chapeaux  <lolo@phpheaven.net>
  290.     * user_details.php3:
  291.       - no long displays the true password on screen;
  292.       - in the "GRANTS" part, do not define a default db name if a db is aleady
  293.         selected.
  294.     * user_password.php3:
  295.       - no long displays the true password on screen;
  296.       - fixed a warning.
  297.     * tbl_change.php3: patch from Thomas B‰hr <baehr at glaswald.de> - tabindex
  298.       order.
  299.     * german.inc.php3: updated thanks to Alexander M. Turek.
  300.  
  301. 2002-03-16 LoÔc Chapeaux  <lolo@phpheaven.net>
  302.     * header.inc.php3, line 76; main.php3, lines 13-24; lang/*;
  303.       libraries/common.lib.php3, lines 146-150 & 367-387: the
  304.       "$cfgPmaAbsoluteUri" is now required.
  305.  
  306. 2002-03-14 Steve Alberty  <alberty@neptunelabs.de>
  307.     * main.php3: fix warning with undefined $cfgPmaAbsoluteUri
  308.  
  309. 2002-03-14 Marc Delisle  <lem9@users.sourceforge.net>
  310.     * libraries/common.lib.php3, PMA_MYSQL_INT_VERSION is not yet defined
  311.       before the connection
  312.     * libraries/select_lang.lib.php3, lang/estonian.inc.php3:
  313.       new language, thanks to Alvar Soome (finsoft at sourceforge.net)
  314.  
  315. 2002-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  316.     * libraries/common.lib.php3: bug 528961 safe_show_database
  317.  
  318. 2002-03-11 Marc Delisle  <lem9@users.sourceforge.net>
  319.     * various lang updates
  320.     * 2.2.5-rc1 released
  321.  
  322. 2002-03-09 LoÔc Chapeaux  <lolo@phpheaven.net>
  323.     * config.inc.php3, lines 127-130; Documentation.html, lines 677-701;
  324.       main.php3; user_password.php3 (new script); lang/*;
  325.       libraries/user_details.js: patch #525250 - Added 'Change Password' to
  326.       phpMyAdmin, thanks to Taco Scargo <tscargo at users.sourceforge.net>.
  327.     * lang/german.inc.php3: updated thanks to Alexander M. Turek.
  328.  
  329. 2002-03-08 LoÔc Chapeaux  <lolo@phpheaven.net>
  330.     * Documentation.html: little changes (<tt> is for code, <i> for pathes,
  331.       quotations...).
  332.     * libraries/common.lib.php3: removed trailing whitespaces.
  333.     * lang/portuguese.inc.php3: updated thanks to
  334.       LuÌs V. <luis.v at mail.pt>.
  335.     * lang/hebrew.inc.php3: updated thanks to
  336.       Moran Zaltsman <sagi_nahor at hotmail.com>.
  337.     * header.inc.php3, lines 161-165; user_details.php3, lines 978-980;
  338.       libraries/common.lib.php3, lines 229-232: headers were sometimes missing
  339.       before an error is displayed.
  340.     * libraries/auth/cookie.auth.lib.php3, lines 377-381: some settings were
  341.       missing for the password cookie.
  342.  
  343. 2002-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  344.     * Documentation.html, config.inc.php3, libraries/common.lib.php3:
  345.       stduser/stdpass are now controluser/controlpass
  346.  
  347. 2002-03-04 Marc Delisle  <lem9@users.sourceforge.net>
  348.     * libraries/display_tbl.lib.php3, undefined variable.
  349.  
  350. 2002-03-04 LoÔc Chapeaux  <lolo@phpheaven.net>
  351.     * libraries/display_tbl.lib.php3, line 1306: fixed a bug reported by Marc
  352.       Delisle with the relation feature.
  353.  
  354. 2002-03-04 Marc Delisle  <lem9@users.sourceforge.net>
  355.     * user_details.php3: default value for wildcard db name.
  356.     * lang/*.php3, $strDatabaseWildcard.
  357.  
  358. 2002-03-03 LoÔc Chapeaux  <lolo@phpheaven.net>
  359.     * libraries/display_tbl.lib.php3:
  360.       - feature request #503015 - No "xxxtext" button on vertical mode;
  361.       - extended the "relation" feature to PHP3.
  362.     * Documentation.html, line 557: extended the "relation" feature to PHP3.
  363.     * libraries/common.lib.php3: tried to fix bug #520282 - mysql
  364.       safe_show_database=on support. Must be fully tested now.
  365.     * user_details.php3; libraries/user_details.js; lang/*: feature request
  366.       #522450 - Wildcard db privileges.
  367.  
  368. 2002-03-01  Olivier M¸ller  <om@omnis.ch>
  369.     * created the phpmyadmin-cvs mailing list, following the instructions
  370.       under http://sourceforge.net/docman/display_doc.php?docid=772&group_id=1 :
  371.       subscribers (target: devel team) will get a mail on every cvs commit.
  372.       I hope you will find it useful :)  Webpage for subscriptions:
  373.              http://lists.sourceforge.net/lists/listinfo/phpmyadmin-cvs
  374.  
  375. 2002-03-01 LoÔc Chapeaux  <lolo@phpheaven.net>
  376.     * libraries/display_tbl.lib.php3: half fixed (php4 only) bug #474943: wrong
  377.       data by using a table twice (it seems there is no way to distinguish
  378.       whether a MySQL cell is NULL, empty or equal to zero with php3).
  379.  
  380. 2002-02-28 LoÔc Chapeaux  <lolo@phpheaven.net>
  381.     * Documentation.html: fixed xhtml1.0 errors.
  382.     * tbl_printview.php3, lines 328-329: fixed bug #523772 - Parse Error in
  383.       tbl_printview.php, thanks to Joshua Nye <josh at boxcarmedia.com>.
  384.  
  385. 2002-02-27 Marc Delisle  <lem9@users.sourceforge.net>
  386.     * Documentation.html: new faq about letting users create their dbs.
  387.  
  388. 2002-02-27 LoÔc Chapeaux  <lolo@phpheaven.net>
  389.     * libraries/common.lib.php3, lines 146-164: back to previous version.
  390.     * db_stats, lines 227.243: "SHOW TABLE STATUS" requires MySQL 3.23.03+.
  391.     * db_details.php3, db_printview.php3: fixed bug #522626 - Incorrect table
  392.       info for MySQL 3.23.2-a.
  393.     * db_details.php3, lines 531-533; tbl_properties.php3, lines 691-693:
  394.       "fixed" bug #523408 - error with php3 compatibility.
  395.  
  396. 2002-02-26 LoÔc Chapeaux  <lolo@phpheaven.net>
  397.     * main.php3, lines 11-15; libraries/grab_globals.lib.php3;
  398.       libraries/auth/cookie.auth.lib.php3: fixed bug #522887 - Using
  399.       SSL -> cookies are unsecure.
  400.     * libraries/common.lib.php3, lines 146-164: if $cfgPmaAbsoluteUri is empty
  401.       the script now tries to guess it.
  402.     * left.php3: fixed some php warnings.
  403.  
  404. 2002-02-25 LoÔc Chapeaux  <lolo@phpheaven.net>
  405.     * lang/japanese-*: updated thanks to Yukihiro Kawada aka "luc"
  406.       <kawada at den.fujifilm.co.jp>.
  407.     * main.php3: tried a fix against bug #510223 (Create Database link) thanks
  408.       to Purodha B Blissenbach <purodha at sourceforge.net>.
  409.     * libraries/auth/*: patch #522671 - Add charset when asking for auth,
  410.       thanks to "nijel".
  411.  
  412. 2002-02-24 LoÔc Chapeaux  <lolo@phpheaven.net>
  413.     * lang/german.inc.php3: updated thanks to Alexander M. Turek.
  414.     * tbl_change.php3: restored default value to "NOW()" with timestamp fields
  415.       in an "UPDATE" statement.
  416.     * lang/japanese-*: updated thanks to "luc".
  417.     * sql.php3: use "[[:space:]]" class inside all regular expressions.
  418.     * db_details.php3, lines 585-589 & 729-734; Documentation.html;
  419.       ldi_check.php3, lines 32-35; ldi_table.php3, lines 60-69;
  420.       read_dump.php3, lines 279-287; sql.php3, lines 267-271; tbl_dump.php3;
  421.       tbl_properties.php3; lang/japanese-*;
  422.       libraries/common.lib.php3, lines 1026-1034;
  423.       libraries/kanji-encoding.lib.php3: japanese kanji encoding conversion
  424.       feature thanks to Yukihiro Kawada aka "luc"
  425.       <kawada at den.fujifilm.co.jp>.
  426.  
  427. 2002-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  428.     * swedish updates thanks to Bjˆrn T. Hallberg
  429.     * tbl_printview.php3, comments were not displayed, thanks to
  430.       Bjˆrn T. Hallberg
  431.  
  432. 2002-02-23 LoÔc Chapeaux  <lolo@phpheaven.net>
  433.     * tbl_addfield.php3, lines 34-44; tbl_create.php3, lines 40-50: fixed php
  434.       warnings (see bug #521751).
  435.     * tbl_change.php3, lines 166-168: fixed bug #521589 - float(4,2) and field
  436.       length.
  437.     * db_details.php3: fixed bug #520384 - Undefined index: Rows.
  438.     * index.php3, lines 36-39; left.php3, line 192: fixed bug #520571 - Problem
  439.       selecting Databases with blanks.
  440.     * db_details.php3, line 775; lang/*: modified $strDropTable for easier
  441.       translations.
  442.     * tbl_replace.php3; libraries/display_tbl.lib.php3: fixed bug
  443.       #520242 - records get inserted twice, and ensured the fix does not cause
  444.       the come back of the bug #508024 - (2.2.2) Wrong page back after edit.
  445.     * sql.php3, line 224: fixed bug #521595 - Check for LIMIT clause.
  446.  
  447. 2002-02-22 Marc Delisle  <lem9@users.sourceforge.net>
  448.     * lang/catala.inc.php3 updates, thanks to Xavier Navarro
  449.       (xnavarro at hidrogen.com)
  450.  
  451. 2002-02-22 LoÔc Chapeaux  <lolo@phpheaven.net>
  452.     * Documentation.html, lines 1597-1600: beautify generated page.
  453.     * libraries/select_lang.lib.php3, lines 61-62: charset is neither defined
  454.       in HTTP_ACCEPT_LANGUAGE nor in HTTP_USER_AGENT variables.
  455.     * libraries/common.lib.php3, line 848: coding standard.
  456.     * lang/*: cleanup and font fixes thanks to Oliver Heinisch.
  457.     * db_details.php3; tbl_properties.php3: patch from Joshua Nye
  458.       <josh at boxcarmedia.com> to get valid statistics whatever are the table
  459.       types.
  460.     * read_dump.php3, lines 245-249: fixed bug #521003 - parse error.
  461.     * lang/catala.inc.php3: sorted strings by name.
  462.  
  463. 2002-02-19 Marc Delisle  <lem9@users.sourceforge.net>
  464.     * libraries/common.lib.php3: get_magic_quotes fix  thanks to
  465.       "Luc" <luc at ceres.dti.ne.jp>
  466.     * libraries/select_lang.lib.php3,
  467.       lang/japanese-euc.inc.php3, lang/japanese-sjis.inc.php3 thanks to
  468.       "Luc" <luc at ceres.dti.ne.jp>
  469.     * ### 2.2.4 released ###
  470.  
  471. 2002-02-18 Marc Delisle  <lem9@users.sourceforge.net>
  472.     * new language: lang/hebrew.inc.php3, thanks to
  473.       Yuval "Etus" Sarna (sarna at netvision.net.il)
  474.  
  475. 2002-02-17 LoÔc Chapeaux  <lolo@phpheaven.net>
  476.     * read_dump.php3; libraries/build_dump.lib.php3: tried a fix for
  477.       bug #508746 - PMA_splitSqlFile() crashes server. Thanks to
  478.       Matthias Fichtner (mfichtner) for the suggestions he did.
  479.     * left.php3: patch #518789 left.php3 - a little fix, thanks to
  480.       Jakub Wilk (ubanus).
  481.  
  482. 2002-02-16 Marc Delisle  <lem9@users.sourceforge.net>
  483.     * db_details.php3, no links if no data,
  484.       thanks to Alexander M. Turek (rabus)
  485.  
  486. 2002-02-15 LoÔc Chapeaux  <lolo@phpheaven.net>
  487.     * Documentation.html: line sizes.
  488.     * sql.php3: optimized a bit.
  489.     * libraries/select_lang.php3: sorted the languages array.
  490.     * libraries/auth/cookie.auth.lib.php3, line 100: restored the use of
  491.       "$strLogin" inside the title of the login page.
  492.     * libraries/defines.inc.php3: bug #516491 - $HTTP_USER_AGENT in
  493.       php 4.1+. Thanks to Marcus Bˆrger for this patch.
  494.     * lang/portuguese.inc.php3: light update thanks to
  495.       AntÛnio Raposo <cfmsoft@users.sourceforge.net>.
  496.  
  497. 2002-02-14 Marc Delisle  <lem9@users.sourceforge.net>
  498.     * hungarian updates thanks to Peter Bakondy
  499.     * new slovak-1250, thanks to Peter Svec (petko at unitra.sk)
  500.  
  501. 2002-02-13 Marc Delisle  <lem9@users.sourceforge.net>
  502.     * config.inc.php3: restore old color changing behavior by default
  503.      ($cfgBrowseMarkRow = 0)
  504.     * left.php3, patch 515855 (use $strGo),
  505.       thanks to Alexander M. Turek (rabus)
  506.  
  507. 2002-02-12 Marc Delisle  <lem9@users.sourceforge.net>
  508.     * tbl_printview.php3, missing urldecode, layout improvement,
  509.       thanks to Marcus Bˆrger (helly)
  510.     * 2.2.4-rc1 released
  511.  
  512. 2002-02-11 Marc Delisle  <lem9@users.sourceforge.net>
  513.     * sql.php3: $table was emptied when the query was not a Select
  514.     * lang/norwegian.inc.php3 updates thanks to Sven-Erik Andersen
  515.  
  516. 2002-02-09 LoÔc Chapeaux  <lolo@phpheaven.net>
  517.     * most of the scripts: removed tabs and/or trailing spaces.
  518.     * libraries/common.lib.php3; libraries/auth/cookie.auth.lib.php3: fixed css
  519.       errors and removed "$strLogin" from the title of the login page.
  520.     * tbl_properties.inc.php3, line 30: beautified the generated page.
  521.     * lang/german.inc.php3: updated thanks to Alexander M. Turek.
  522.     * db_details.php3; tbl_properties.php3: tried to fix bug #494564 - No Sql
  523.       Query! (2 MB).
  524.     * tbl_properties.php3; lines 806-917: removed the link for the "import
  525.       dump" feature if file upload is disabled.
  526.     * db_details.php3, line 356: js disabled browser couldn't use the "multiple
  527.       queries" features!
  528.     * Documentation.txt: updated.
  529.  
  530. 2002-02-09 Marc Delisle  <lem9@users.sourceforge.net>
  531.     * main.php3, libraries/auth/cookie.auth.lib.php3, Patch
  532.       495360 (cookie with domain), experimental, thanks to
  533.       Piotr Roszatycki (d3xter) and Christoph (certelt).
  534.     * tbl_properties.inc.php3: clarifications.
  535.     * tbl_create.php3, tbl_addfield.php3, tbl_properties.inc.php3:
  536.       radio buttons for indexes.
  537.  
  538. 2002-02-09 LoÔc Chapeaux  <lolo@phpheaven.net>
  539.     * libraries/functions.js: improved the "mark row" feature (it wasn't
  540.       working with Mozilla, for example).
  541.     * libraries/common.lib.php3, lines 76-78 & 117-119: ensured compatibility
  542.       with old configuration files.
  543.     * config.inc.php3, line 109; libraries/auth/cookies.auth.lib.php3;
  544.       Documentation.html, lines 683-689: added an option to define whether
  545.       previous login should be recalled or not in cookie auth. mode. Thanks to
  546.       Siu Sun <siusun at sourceforge.net> for the suggestion.
  547.     * tbl_properties.php3, line 573: fixed an xhtml error.
  548.     * header.inc.php3, lines 53-57; left.php3, line 67: patch #515199 - Problem
  549.       with <base href=""> thanks to Alexander M. Turek.
  550.     * main.php3, lines 11-14; libraries/grab_globals.lib.php3, lines 27-32;
  551.       libraries/auth/cookie.auth.lib.php3: improved patch #495360.
  552.     * config.inc.php3, lines 142 & 238-265; Documentation.html, lines 746-752;
  553.       tbl_change.php3; libraries/common.lib.php3, lines 105-107:
  554.       patch #515268 - Feature Request #511816 (enable/disable functions fields)
  555.       thanks to Alexander M. Turek <rabus at users.sourceforge.net>.
  556.  
  557. 2002-02-08 Marc Delisle  <lem9@users.sourceforge.net>
  558.     * ukrainian updates thanks to Markijan Baran.
  559.     * tbl_change.php3, remove a weird unset($goto) and add word wrapping.
  560.  
  561. 2002-02-08 LoÔc Chapeaux  <lolo@phpheaven.net>
  562.     * lang/bulgarian-*; lang/japanese.inc.php3: updated thanks to
  563.       Georgi Georgiev.
  564.     * lang/japanese.inc.php3: fixes by "Luc" <luc at ceres.dti.ne.jp>.
  565.     * left.php3: beautified the alignement of the generated xhtml code (it's
  566.       easier to find error this way ;)).
  567.     * sql.php3, line 76: replaced space characters by the "[[:space:]]" POSIX
  568.       expression.
  569.     * Documentation.html; tbl_properties.inc.php3: xhtml fix.
  570.     * user_details.php3; mult_submits.inc.php3; tbl_replace.php3;
  571.       tbl_properties.php3, libraries/functions.js, db_details.php3: removed
  572.       tabs and/or trailing spaces.
  573.     * libraries/display_tbl.lib.php3, lines 724-730: fixed a js bug.
  574.     * db_details.php3, line 517; tbl_properties.php3, line 709: restored word
  575.       wrapping mode for textarea (not xhtml1.0 compliant but required with IE).
  576.     * db_details.php3: beautified the "with selection" feature.
  577.     * header.inc.php3, line 53; left.php3; tbl_change.php3, line 120: added the
  578.       "<base href=...>" xhtml header.
  579.  
  580. 2002-02-05 Marc Delisle  <lem9@users.sourceforge.net>
  581.     * sql.php3, bug 463683 state tracking problem
  582.     * db_details.php3, drop-down for Check All actions
  583.  
  584. 2002-02-04 Marc Delisle  <lem9@users.sourceforge.net>
  585.     * tbl_replace.php3, better correction for bug 508024
  586.     * tbl_change.php3, bug 511324, form sent to the http server
  587.       even if hosted on the https server
  588.     * new language: hungarian, thanks to Bakondy PÈter
  589.       (bakondyp at freemail.hu)
  590.  
  591. 2002-02-04  Olivier M¸ller  <om@omnis.ch>
  592.     * left.php3: small cosmetic fixe in lightmode
  593.  
  594. 2002-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  595.     * db_stats.php3, db_details.php3, mult_submits.inc.php3,
  596.           tbl_properties.php3: Button to optimize many tables
  597.     * user_details.php3, bug 512254, missing comma for REFERENCES
  598.  
  599. 2002-02-01 Marc Delisle  <lem9@users.sourceforge.net>
  600.     * tbl_properties.inc.php3, add a link to doc for column types
  601.  
  602. 2002-01-30  Olivier M¸ller  <om@omnis.ch>
  603.     * left.php3: display database name as well in lightmode, with link to
  604.       db properties page
  605.  
  606. 2002-01-29 Marc Delisle  <lem9@users.sourceforge.net>
  607.     * libraries/functions.js, libraries/display_tbl.lib.php3,
  608.       config.inc.php3: new $cfgBrowseMarkRow support, thanks
  609.       to Wolfram Schlich
  610.  
  611. 2002-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  612.     * libraries/auth/cookie.auth.lib.php3 fix, wrong focus when using
  613.       cookies for the first time, thanks to dphanton at users.sf.net
  614.     * tbl_replace.php3, bug 508024: wrong page back after edit
  615.  
  616. 2002-01-26  LoÔc Chapeaux  <lolo@phpheaven.net>
  617.     * lang/chinese_big5.inc.php3, russian-*.inc.php3: updated thanks to
  618.       Siu Sun <siusun at users.sourceforge.net> and
  619.       Gosha Sakovich <gt2 at users.sourceforge.net>.
  620.     * db_details.php3, lines 719-720; lang/*: cleanup.
  621.     * tbl_properties.php3, line 769; lang/*: changed $strAfter to allow
  622.       valid translations whatever is the words order.
  623.     * display_tlb.lib.php3, lines 1235-1237: fixed a warning.
  624.  
  625. 2002-01-25  Marc Delisle  <lem9@users.sourceforge.net>
  626.     * Documentation.html: FAQ about compressed dumps
  627.  
  628. 2002-01-25  LoÔc Chapeaux  <lolo@phpheaven.net>
  629.     * lang/bulgarian-*.inc.php3, japanese.inc.php3: updated thanks to
  630.       Georgi Georgiev <chutz at chubaka.homeip.net>.
  631.     * lang/danish.inc.php3: updated thanks to
  632.       Niels Oesten <niels at oesten.dk>.
  633.     * Documentation.html; sql.php3; libraries/display_tbl.lib.php3:
  634.       - coding standards (tabs);
  635.       - fixed xhtml1.0 errors.
  636.     * Documentation.html, lines 1547-1548: added credits to Axel Sander for the
  637.       table relation feature.
  638.     * config.inc.php3, lines 55-56: lowered the line size to avoid automatic
  639.       add of <cr><lf> while ediding this file.
  640.     * tbl_change.php3: fixed javascript bugs.
  641.  
  642. 2002-01-24  Marc Delisle  <lem9@users.sourceforge.net>
  643.     * merge patch 507338, thanks to Adam Ashley (fruitcak)
  644.     * galician updates, thanks to XosÈ Calvo.
  645.     * czech* updates, thanks to Michal Cihar (nijel)
  646.     * sql.php3: bug 506558 (QBE returns unlimited rows)
  647.  
  648. 2002-01-23  Olivier M¸ller  <om@omnis.ch>
  649.     * translated the last german words
  650.     * left.php3: added a "-"  (looks less empty this way :)
  651.  
  652. 2002-01-23  Marc Delisle  <lem9@users.sourceforge.net>
  653.     * portuguese major updates, thanks to AntÛnio Raposo
  654.       (Antonio.Raposo at CFMsoft.JazzNet.pt)
  655.     * new language: ukrainian-win1251, thanks to Markijan Baran
  656.       (marco at meduniv.lviv.ua)
  657.  
  658. 2002-01-22  Marc Delisle  <lem9@users.sourceforge.net>
  659.     * german updates thanks to Michael Hauptmann
  660.     * libraries/display_tbl.lib.php3, config.inc.php3, Documentation.html:
  661.           merged Patch #504887: Table relation-links, thanks to
  662.           Axel Sander (n8falke)
  663.     * slovak updates thanks to Lubos Klokner
  664.     * swedish updates thanks to Bjˆrn T. Hallberg
  665.     * turkish updates thanks to Bora Alioglu
  666.     * romanian updates thanks to Valics Lehel
  667.     * finnish updates thanks to Visa Kopu
  668.     * italian updates thanks to Pietro Danesi
  669.     * polish updates thanks to Jakub Wilk
  670.  
  671. 2002-01-20  LoÔc Chapeaux  <lolo@phpheaven.net>
  672.     * left.php3:
  673.       - optimized the code a bit (build tooltips only if required in light
  674.         mode, ...);
  675.       - selecting a database in light mode launches the database properties
  676.         page at the main frame (both frames changes).
  677.     * left.js, lines 291-300: fixed CSS problems under NS4 and left frame
  678.       light mode.
  679.  
  680. 2002-01-19  LoÔc Chapeaux  <lolo@phpheaven.net>
  681.         * lang/*; libraries/common.lib.php3; Documentation.html: removed
  682.           trailing whitespaces and ensured compatibility with old releases.
  683.         * tbl_change.php3:
  684.           - beautify javascript code;
  685.           - line 363: fixed a js bug.
  686.         * read_dump.php3: coding standards (ident. = 4 space characters).
  687.         * main.php3, line 33; db_details.php3, line 50: added a <cr>.
  688.         * left.php3; libraries/function.js, left.js, user_details.js: patch
  689.           #501282 - JavaScript strict warnings tahnks to
  690.           Alex Vincent <jscript at pacbell.net>.
  691.         * left.php3; lang/*: fixed a js error and ensured localized strings are
  692.           used.
  693.  
  694. 2002-01-18  Marc Delisle  <lem9@users.sourceforge.net>
  695.         * Documentation.html, new download location for the RedHat PHP package,
  696.           and new FAQ entry about a limitation in IE
  697.  
  698. 2002-01-18  Olivier M¸ller  <om@omnis.ch>
  699.     * left.php3 db_details.php3, index.php3, main.php3, libraries/common.lib.php3:
  700.       removed the leftlight.php3 file, and put all the code in left.php3: it
  701.       should be cleaner and "nicer" this way.
  702.  
  703. 2002-01-15  Marc Delisle  <lem9@users.sourceforge.net>
  704.         * read_dump.php3, Documentation.html: support for open_basedir,
  705.           thanks to Alessandro Ranellucci for the idea
  706.         * Documentation.html, FAQ about lost MySQL root password
  707.  
  708. 2002-01-14  Marc Delisle  <lem9@users.sourceforge.net>
  709.     * lang/italian.inc.php3 updates, thanks to danone at users.sf.net
  710.  
  711. 2002-01-12  Marc Delisle  <lem9@users.sourceforge.net>
  712.         * tbl_change.php3, bug 501773 (null checkbox), idea thanks to
  713.           rabus at users.sourceforge.net
  714.  
  715. 2002-01-12  Olivier M¸ller  <om@omnis.ch>
  716.     * main.php3, leftlight.php3: added <noscript></noscript> to hide the
  717.       "Go" submit button when the browser supports JS (ist that XHTML compliant?:)
  718.       (thx. JF ;)
  719.  
  720. 2002-01-11  Olivier M¸ller  <om@omnis.ch>
  721.     * lang/*: added $strSelectAll / $strUnselectAll, used in db_details.php3
  722.     * leftlight.php3, config.inc.php3, db_details.php3, index.php3, main.php3,
  723.       libraries/common.lib.php3, Documentation.html:
  724.       started to work on the "LeftLight" concept. TODO:
  725.         - better fonts & html
  726.         - add strings for leftlight.php specific messages
  727.         - javascript: update both frames on DB selection
  728.         - give the user the possibility to choose between the
  729.           "standard" and the "light" view.
  730.  
  731. 2002-01-10  Marc Delisle  <lem9@users.sourceforge.net>
  732.         * lang/slovak-iso updates, thanks to Lubos Klokner
  733.         * lang/finnish updates, thanks to Visa Kopu
  734.         * Documentation.html, some clarifications
  735.  
  736. 2002-01-07  LoÔc Chapeaux  <lolo@phpheaven.net>
  737.     * db_details.php3, lines 572, 611-620:
  738.       - wrong urls;
  739.       - added an anchor;
  740.       - coding standards.
  741.     * scripts/create-release.sh, lines 98-100: added a note about chmoding.
  742.  
  743. 2002-01-07  Marc Delisle  <lem9@users.sourceforge.net>
  744.     * libraries/select_lang.lib.php3, standard code for swedish,
  745.       thanks to Christian Rose.
  746.         * libraries/display_tbl.lib.php3: bug 500462
  747.  
  748. 2002-01-07  Olivier M¸ller  <om@omnis.ch>
  749.     * db_details.php3, libraries/functions.js: added possibility to
  750.       (un)select all tables at once in the database dump part of the page.
  751.       Thanks to Joachim Fornallaz <jf@omnis.ch> for the patch.
  752.  
  753. 2002-01-06  Marc Delisle  <lem9@users.sourceforge.net>
  754.     * libraries/display_tbl.lib.php3: typo thanks to
  755.       yrtimd at users.sourceforge.net
  756.     * ### 2.2.3 released ###
  757.  
  758. 2002-01-06  LoÔc Chapeaux  <lolo@phpheaven.net>
  759.     * tbl_change.php3, lines 290-300: improved and fixed js stuff used with the
  760.       new "null" checkbox.
  761.  
  762. 2002-01-05  LoÔc Chapeaux  <lolo@phpheaven.net>
  763.     * main.php3, line 234: maximum database name size is 64 characters.
  764.     * lang/german.inc.php3: updated thanks to
  765.       Alexander M. Turek <rabus at users.sourceforge.net>.
  766.  
  767. 2002-01-04  LoÔc Chapeaux  <lolo@phpheaven.net>
  768.     * db_details.php3: beautify the displayed page.
  769.  
  770. 2002-01-03  Marc Delisle  <lem9@users.sourceforge.net>
  771.     * 2.2.3-rc1 released.
  772.  
  773. 2002-01-03  LoÔc Chapeaux  <lolo@phpheaven.net>
  774.     * libraries/build_dump.php3, lines 508-514: fixed a php error if there is
  775.       no "enclosed by" character.
  776.     * db_details.php3, line 708; tbl_properties.inc.php3, line 71: maximum
  777.       table and field size is 64 characters. Suggested by
  778.       Marc Weidner <gurmbot at users.sourceforge.net>.
  779.     * db_details.php3:
  780.       - invalid xhtml statements;
  781.       - extend "check/uncheck all tables" feature to js disabled browsers.
  782.     * libraries/functions.js: codding standards.
  783.  
  784. 2002-01-02  Marc Delisle  <lem9@users.sourceforge.net>
  785.     * db_details.php3, libraries/functions.js: feature 474742: add check
  786.       all/uncheck all in the table list.
  787.  
  788. 2002-01-01  Marc Delisle  <lem9@users.sourceforge.net>
  789.     * tbl_replace.php3, bug 497919: $funcs was being reset() but was not
  790.       defined (for example, only 1 field of type 'set').
  791.  
  792. 2001-12-29  Marc Delisle  <lem9@users.sourceforge.net>
  793.     * tbl_change.php3, tbl_replace.php3, Documentation.html:
  794.       feature 442855: checkboxes for null values, modifications by Marc and
  795.       LoÔc.
  796.  
  797. 2001-12-29  LoÔc Chapeaux  <lolo@phpheaven.net>
  798.     * header.inc.php3, lines 60-62; libraries/defines.lib.php3, lines 102-103;
  799.       libraries/common.lib.php3, lines 672-678: patch #497632 - Support for
  800.       OS/2 browsers thanks to Yuri Dario <ydario at users.sourceforge.net>.
  801.  
  802. 2001-12-28  LoÔc Chapeaux  <lolo@phpheaven.net>
  803.     * lang/spanish.inc.php3: updated thanks to
  804.       Gabriel Ginard <gginard at navegalia.com>.
  805.     * lang/*.sh: codding standards.
  806.     * tbl_change.php3, lines 201-207: fields with "NULL" value were affected
  807.       their default value (thanks to Marc Delisle).
  808.  
  809. 2001-12-27  LoÔc Chapeaux  <lolo@phpheaven.net>
  810.     * libraries/left.js, line 81: fixed bug #496491 - JS error with NS 4.73 on
  811.       W2000.
  812.  
  813. 2001-12-25  Marc Delisle  <lem9@users.sourceforge.net>
  814.     * lang/polish.inc.php3 updates thanks to Jakub Wilk
  815.  
  816. 2001-12-24  LoÔc Chapeaux  <lolo@phpheaven.net>
  817.     * libraries/auth/cookie.auth.lib.php3: servers choice box was displayed
  818.       even if there is only one server.
  819.     * tbl_replace.php3, line 231: fixed bug #496469 - File name too long.
  820.  
  821. 2001-12-23  Marc Delisle  <lem9@users.sourceforge.net>
  822.     * links to new short doc pages are now completed
  823.     * updates to lang/italian.inc.php3, thanks to Pietro Danesi
  824.     * user_details.php3: missing message "Remember reload..."
  825.  
  826. 2001-12-23  LoÔc Chapeaux  <lolo@phpheaven.net>
  827.     * tbl_select.php3, lines 202-206: fixed bug #472728 - Many fields / IE 5.5
  828.       or IE 6.
  829.  
  830. 2001-12-22  Marc Delisle  <lem9@users.sourceforge.net>
  831.     * start new MySQL short documentation structure:
  832.       - config.inc.php3  $cfgManualBaseShort
  833.       - libraries/common.lib.php3  PMA_showDocuShort()
  834.  
  835. 2001-12-21  Marc Delisle  <lem9@users.sourceforge.net>
  836.     * test and merge patch from LoÔc for bug 495112:
  837.       - libraries/common.lib.php3
  838.  
  839. 2001-12-19  LoÔc Chapeaux  <lolo@phpheaven.net>
  840.     * Documentation.html; libraries/display_tbl.lib.php3: updated credits.
  841.     * libraries/display_tbl.lib.php3:
  842.       - removed some remaining tabs and a invalid piece of code;
  843.       - fixed bug #495105 - FULLTEXT feature with WHERE clause.
  844.  
  845. 2001-12-18  LoÔc Chapeaux  <lolo@phpheaven.net>
  846.     * sql.php3; tbl_change.php3; tbl_replace.php3;
  847.       libraries/display_tbl.lib.php3: the number of rows to return, display
  848.       direction and table headers "frequencies" weren't passed between scripts.
  849.     * config.inc.php3; Documentation.html; libraries/display_tbl.lib.php3:
  850.       - codding standards;
  851.       - little bugs with vertical/horizontal display direction.
  852.  
  853. 2001-12-16  LoÔc Chapeaux  <lolo@phpheaven.net>
  854.     * footer.inc.php3: back to previous version (it does not fix the bug
  855.       #493200 but creates a new one).
  856.  
  857. 2001-12-16  Marc Delisle  <lem9@users.sourceforge.net>
  858.     * merge and adapt Vertical/horizontal browsing patch #492470
  859.       thanks to Garvin Hicking (hicking at faktor-e.de)
  860.       - config.inc.php3
  861.       - libraries/display_tbl.lib.php3
  862.       - lang/*
  863.       - Documentation.html
  864.  
  865. 2001-12-15  LoÔc Chapeaux  <lolo@phpheaven.net>
  866.     * libraries/common.lib.php3:
  867.       - lines 145: ensure 'enable_dl' is set before using it;
  868.       - lines 322-328: ensured compatibility with old configuration files for
  869.         the authentication mode.
  870.     * footer.inc.php3, lines 11-16: tried to fix bug #493200 - Problems with
  871.       PHP 4.1.0. Actually the fix is to skip db connection closing if the
  872.       script use persistent connections.
  873.     * tbl_dump.php3; libraries/build_dump.php3: data are no long bufferized by
  874.       the script if the user wants it to be displayed on screen or saved as a
  875.       text file. This may be helpfull for bug #448223 - Dump hangs.
  876.  
  877. 2001-12-14  LoÔc Chapeaux  <lolo@phpheaven.net>
  878.     * user_details.php3: check/uncheck all links weren't working with js
  879.       disabled.
  880.     * headers.inc.php3, line 23: fixed bug #493385 - Cache headers not working
  881.       with IE 5.5SP2.
  882.     * scripts/create-release.sh: added some reminders at beginning.
  883.  
  884. 2001-12-14  Marc Delisle  <lem9@users.sourceforge.net>
  885.     * libraries/auth/cookies.auth.lib.php3, use $strGo
  886.  
  887. 2001-12-13  LoÔc Chapeaux  <lolo@phpheaven.net>
  888.     * tbl_qbe.php3; lang/*: changed $strQueryOnDb.
  889.     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
  890.  
  891. 2001-12-12  Marc Delisle  <lem9@users.sourceforge.net>
  892.     * libraries/auth/config.auth.lib.php3 replaces basic.auth.lib.php3
  893.     * main.php3, config.inc.php3 for 'config' auth mode
  894.     * Documentation.html: clarifications about auth modes
  895.  
  896. 2001-12-11  LoÔc Chapeaux  <lolo@phpheaven.net>
  897.     * libraries/common.lib.php3: Opera for Mac needs lower font sizes, thanks
  898.       to Christian Schaffner.
  899.     * read_dump.php3, lines 102-108 & 361: fixed bug #491051 - SQL Upload error
  900.       last comment, thanks to Jason Pell <jasonpell at users.sourceforge.net>.
  901.  
  902. 2001-12-10  LoÔc Chapeaux  <lolo@phpheaven.net>
  903.     * libraries/display_tbl.lib.php3, line 518: fixed bug #490951 - sorting
  904.       row. Thanks to an anonymous user.
  905.     * libraries/auth:
  906.       - basic.auth.lib.php3, line 107: fixed an horrible parse error;
  907.       - cookie.auth.lib.php3: beautified a bit the display.
  908.     * db_details.php3, line 461; tbl_properties.php3, line 694;
  909.       libraries/common.lib.php3, lines 821 & 823: patch from Cal Henderson
  910.       to be taken right to the edit box after clicking on a "Modify" link.
  911.     * main.php3: the link to the logout problem with http authentication mode
  912.       was also displayed with cookie authentication mode.
  913.     * libraries/common.lib.php3; libraries/defines.lib.php3: improved OmniWeb
  914.       support (default font sizes) thanks to
  915.       Christian Schaffner <schaffner at eeh.ee.ethz.ch>.
  916.  
  917. 2001-12-09  LoÔc Chapeaux  <lolo@phpheaven.net>
  918.     * read_dump.php3; libraries/build_dump.lib.php3: sending the "fake" header
  919.       at each itÈration is about ten times faster than checking elapsed time
  920.       and send the header each 20 seconds.
  921.     * Documentation.html, line 282: the suggested statement to create a new
  922.       user and give him grants on a db was invalid.
  923.     * Documentation.txt: updated.
  924.     * config.inc.php3; Documentation.html; main.php3; lang/*;
  925.       libraries/common.lib.php3; libraries/auth/*:
  926.       - moved all the authentication work in libraries so it will be easier to
  927.         add new authentication modes;
  928.       - started merging patch #463127 - Cookie based authentication, thanks to
  929.         Piotr Roszatycki <d3xter at users.sourceforge.net> and Dan Wilson.
  930.     * db_details.php3; tbl_indexes.php3; tbl_properties.php3;
  931.       libraries/display_tbl.lib.php3: merged one part of the feature
  932.       #465550 - faster use of keyboard with javascript.
  933.  
  934. 2001-12-08  LoÔc Chapeaux  <lolo@phpheaven.net>
  935.     * libraries/left.js, lines 234-240: fixed a js bug with empty databases.
  936.     * libraries/functions.js: improved pointer code (for Opera 6.0).
  937.     * left.php3: nicer codding for Opera exception.
  938.     * read_dump.php3; libraries/build_dump.lib.php3: send fake headers to
  939.       bypass browser timeout.
  940.     * main.php3: fixed an other bug with db creation privilege thanks to
  941.       James Wigdahl <jwigdahl at mac.com>.
  942.  
  943. 2001-12-07  LoÔc Chapeaux  <lolo@phpheaven.net>
  944.     * lang/polish.inc.php3: fixed typos thanks to Tomasz Regdos & Jakub Wilk.
  945.     * tbl_indexes; tbl_printview.php3; tbl_properties.php3;
  946.       tbl_properties.inc.php3: improved the fix against bug #489440.
  947.     * libraries/display_tbl.lib.php3: better pointer coding.
  948.     * main.php3, line 191: a valid MySQL administration system may lead to have
  949.       the db creation form displayed with an existing table. Bug fixed thanks
  950.       to Rob Mangiafico <rmang at lexiconn.com>.
  951.     * left.php; libraries/left.js: improved the pointer feature for the left
  952.       frame.
  953.  
  954. 2001-12-06  LoÔc Chapeaux  <lolo@phpheaven.net>
  955.     * db_details.php3, mult_submits.inc.php3, tbl_printview.php3: beautify
  956.       the code and the results of the patch #484112.
  957.     * sql.php3, lines 92 & 278; tbl_replace.php3, line 130: fixed bug #489770 -
  958.       File name too long in tbl_replace.php.
  959.     * tbl_printview.php3; tbl_properties.php3; tbl_properties.inc.php3: fixed
  960.       bug #489440 - enum fields in tbl_properties.php.
  961.     * user_details.php3, lines 616, 617 & 624: fixed a double declaration of
  962.       variables.
  963.  
  964. 2001-12-05  LoÔc Chapeaux  <lolo@phpheaven.net>
  965.     * lang/japanese.inc.php3; lang/bulgarian-*.inc.php3: completed thanks to
  966.       Georgi Georgiev <chutz at chubaka.homeip.net>.
  967.     * left.php3, line 79: fixed bug #489350 - Opera 6.0 is still half DOM
  968.       compliant :[
  969.  
  970. 2001-12-05  Marc Delisle  <lem9@users.sourceforge.net>
  971.     * lang/norwegian.inc.php3 updates thanks to Sven-Erik Andersen
  972.     * Documentation.html: faq entry about safe mode and uploads
  973.     * db_details.php3, tbl_printview.php3: patch #484112,
  974.       thanks to Christophe GeschÈ (moosh_fr at sourceforge.net)
  975.  
  976. 2001-12-04  LoÔc Chapeaux  <lolo@phpheaven.net>
  977.     * config.inc.php3; Documentation.html; left.php3;
  978.       libraries/display_tbl.php3; libraries/common.lib.php3:
  979.       patch #458673 - Nicer navigation for MSIE, update... thanks to
  980.       Marcus Bˆrger <helly at users.sourceforge.net>.
  981.     * libraries/functions.js, function "setPointer()" :
  982.       - skip pointer is allowed by letting blank the color value;
  983.       - fixed a js bad command.
  984.     * libraries/select_lang.inc.php3, lines 45-46: updated to take into account
  985.       the new Bulgarian translation thanks to
  986.       Georgi Georgiev <chutz at chubaka.homeip.net>.
  987.     * lang/japanese.inc.php3; bulgarian-*.inc.php3: updated thanks to
  988.       Georgi Georgiev <chutz at chubaka.homeip.net>.
  989.  
  990. 2001-12-04  Marc Delisle  <lem9@users.sourceforge.net>
  991.     * Documentation.html: FAQ about Konqueror
  992.     * libraries/common.lib.php3, support new $strRunning string
  993.  
  994. 2001-12-03  LoÔc Chapeaux  <lolo@phpheaven.net>
  995.     * tbl_select.php3: fixed bugs with text and time type fields.
  996.     * libraries/common.lib.php3, lines 583-585: fixed bug #488317 - 'only_db'
  997.       problem with the 2.2.x.
  998.     * header.inc.php3; main.php3; lang/*: modified the way server informations
  999.       are displayed so it can be translated whatever is the required words
  1000.       order. Thanks to "Chutz" <chutz at chubaka.homeip.net> who reported the
  1001.       problem in the phpWizard forum.
  1002.     * lang/polish.inc.php3: updated thanks to Jakub Wilk.
  1003.     * lang/romanian.inc.php3: updated thanks to Valics Lehel.
  1004.  
  1005. 2001-12-02  LoÔc Chapeaux  <lolo@phpheaven.net>
  1006.     * lang/english.inc.php3 & french.inc.php3, line 157: changed a bit the
  1007.       '$strInsertTextfiles' to avoid confusion with '$strLocationTextfile'.
  1008.     * ### released 2.2.2 version. ###
  1009.  
  1010. 2001-12-01  LoÔc Chapeaux  <lolo@phpheaven.net>
  1011.     * user_details.php3, lines 83-88: fixed bug #487673 - revoke 'reference'.
  1012.  
  1013. 2001-11-30  LoÔc Chapeaux  <lolo@phpheaven.net>
  1014.     * libraries/display_tbl.lib.php3: fixed bug #486509 - Text fields don't
  1015.       display newlines.
  1016.  
  1017. 2001-11-29  LoÔc Chapeaux  <lolo@phpheaven.net>
  1018.     * header.inc.php3, lines 76-83: displays verbose server description
  1019.       rather than hostname as window title.
  1020.     * left.php3, line 82: fixed a js error.
  1021.     * libraries/left.js: extended the list of browsers that works with DOM
  1022.       version.
  1023.  
  1024. 2001-11-26  LoÔc Chapeaux  <lolo@phpheaven.net>
  1025.     * tbl_indexes.php3: fulltext indexes is available since MySQL 3.23.23
  1026.       only.
  1027.     * tbl_properties.php3:
  1028.       - fixed bug #485529 - index on text/blob;
  1029.       - displays only the accurate index links depending of variable types;
  1030.       - the "OPTIMIZE" statement is available only since MySQL 3.23.06.
  1031.  
  1032. 2001-11-25  LoÔc Chapeaux  <lolo@phpheaven.net>
  1033.     * index.php3; libraries/common.lib.php3; libraries/defines.lib.php3;
  1034.       libraries/grab_globals.lib.php3; libraries/select_lang.lib.php3:
  1035.       taken into account the new $_* globals arrays defined with php 4.1+.
  1036.     * read_dump.php3, lines 131-152 & 217: fixed a possible security issue.
  1037.  
  1038. 2001-11-24  LoÔc Chapeaux  <lolo@phpheaven.net>
  1039.     * main.php3, line 200: fixed bug #485116 - No logout option for users.
  1040.     * Documentation.html, lines 969-979: added an other entry about the
  1041.       $cfgOBGZip setting and beta versions of php4.
  1042.     * Documentation.txt: updated.
  1043.     * scripts/create_release.sh: added some stuffes in the "ToDo" list at
  1044.       the end.
  1045.     * rolled a new CVS package.
  1046.  
  1047. 2001-11-23  LoÔc Chapeaux  <lolo@phpheaven.net>
  1048.     * light changes (function and constant names) in most of the scripts:
  1049.       they're now about to fully fit the PEAR codding standards.
  1050.     * db_details.php3; db_printview.php3; db_stats.php3; tbl_change.php3;
  1051.       tbl_indexes.php3; tbl_printview.php3; tbl_properties.php3;
  1052.       tbl_properties.inc.php3; tbl_select.php3; user_details.php3;
  1053.       libraries/display_tbl.lib.php3; libraries/functions.js: beautified
  1054.       display of tables under Mozilla & NS6+ thanks to a fix from
  1055.       Detlev Stender <detlev.stender at web.de>.
  1056.     * tbl_select.php3: the true MySQL type of columns is now displayed.
  1057.     * left.php3: this frame wasn't taking into account the output buffering
  1058.       feature! This should fix the problem some users faced with XP (thanks
  1059.       to an anonymous user who reported the at the SF bug tracker and did
  1060.       some testings).
  1061.     * Documentation.html, lines 843-851: added an entry about a PWS bug and
  1062.       its workaround thanks to Filippo Simoncini.
  1063.  
  1064. 2001-11-22  LoÔc Chapeaux  <lolo@phpheaven.net>
  1065.     * header.inc.php3, lines 142-148: merged patch #479083 - display name
  1066.       of server after db/table thanks to
  1067.       Martin Jespersen <embeejay at users.sourceforge.net>.
  1068.     * user_detail.php3:
  1069.       - fixed bug #484591 - Users Page -- "no password";
  1070.       - PEAR codding standards (functions names).
  1071.  
  1072. 2001-11-21  LoÔc Chapeaux  <lolo@phpheaven.net>
  1073.     * config.inc.php3: removed some remaining tabs.
  1074.     * libraries/common.inc.php3: simplified the error handling settings
  1075.       under php4.
  1076.     * lang/russian-*: updated thanks to
  1077.       Gosha Sakovich <gt2 at users.sourceforge.net>.
  1078.  
  1079. 2001-11-20  LoÔc Chapeaux  <lolo@phpheaven.net>
  1080.     * tbl_change.php3, lines 146-148: set the default function to "NOW()"
  1081.       for timestamp fields only in insert mode (ie not in update mode).
  1082.     * sql.php3; tbl_select.php3; libraries/display_tbl.php3: changed
  1083.       "$sessionMaxRows" by "$session_max_rows" (PEAR codding standards).
  1084.     * left.php3: fixed reverse display of the number of tables per
  1085.       databases under right to left writting.
  1086.     * libraries/common.lib.php3, line 704: fixed a little bug with
  1087.       php 4.0.1+ (unset applied to a global variable inside a function only
  1088.       kills the symbolic link to this variable and do not unset it).
  1089.     * Documentation.html: merged feture request #482468 - adding CSS
  1090.       page-break in documentation.html.
  1091.  
  1092. 2001-11-19  LoÔc Chapeaux  <lolo@phpheaven.net>
  1093.     * tbl_change.php3, lines 208-212: always use the existing timestamp
  1094.       value in the update statement else MySQL auto-update it to the
  1095.       current timestamp.
  1096.     * main.php3: removed the "MySQL" column if no MySQL feature is allowed.
  1097.     * Documentation.html, lines 958-966: added a faq entry about the
  1098.       invalid "$cfgPmaAbsoluteUri" related problems.
  1099.  
  1100. 2001-11-18  LoÔc Chapeaux  <lolo@phpheaven.net>
  1101.     * db_details.php3, lines 178-492; tbl_properties.php3, lines 670-685: the
  1102.       "upload dump file" feature is no long displayed if upload is disabled in
  1103.       the php configuration file.
  1104.  
  1105. 2001-11-17  LoÔc Chapeaux  <lolo@phpheaven.net>
  1106.     * libraries/display_tbl.lib.php3:
  1107.       - lines 85-86: fixed bug #482627 - show full processlist should have
  1108.         'kill';
  1109.       - since php 4.0.5 the associative array returned by "mysql_fetch_array"
  1110.         may returns fields with NULL value.
  1111.  
  1112. 2001-11-16  LoÔc Chapeaux  <lolo@phpheaven.net>
  1113.     * tbl_indexes.php3: merged Michal fix.
  1114.     * db_details.php3, line 47; main.php3, line 32;
  1115.       libraries/common.lib.php3, lines 928-929: fixed bug #479208 - Drop a
  1116.       Table -> wrong server at left frame thanks to Bjoern Koester
  1117.       & Donald Saltarelli.
  1118.     * db_details.php3; read_dump.php3; sql.php3; tbl_properties.php3: fixed a
  1119.       bug with headers that may be sent after output.
  1120.     * tbl_properties.php3: fixed bug #481417 - Unable to insert dumps from
  1121.       phpmyadmin.
  1122.     * build_dump.php3: fixed bug #482466 - data dumping is broken in cvs
  1123.       version thanks to Michal Cihar.
  1124.     * scripts/create-release.sh, line 24: added bz2 packages.
  1125.     * ### released 2.2.2-rc1 revision. ###
  1126.  
  1127. 2001-11-15  LoÔc Chapeaux  <lolo@phpheaven.net>
  1128.     * libraries/tbl_dump.php3 : merged a workaround against the IE downloading
  1129.       bug with SSL.
  1130.     * Documentation.html: added two entries in the FAQ (IIS with advanced
  1131.       authentication and Apache-SSL with IE).
  1132.     * tbl_properties.php3, line 298; tbl_printview.php3, line 176: fixed some
  1133.       display bugs with right to left text direction (Arabic language).
  1134.     * lang/arabic.inc.php3: updated thanks to Fisal Assubieye.
  1135.  
  1136. 2001-11-14  LoÔc Chapeaux  <lolo@phpheaven.net>
  1137.     * sql.php3: fixed bug #480178 - select ... into outfile fails.
  1138.     * libraries/common.lib.php3:
  1139.       - fixed bug 481593 - interface fonts too big on macs;
  1140.       - taked into account the case when "magic_quotes_sybase" is set in the
  1141.         php configuration file and fixed the js errors.
  1142.     * libraries/tbl_dump.php3 : "zero" value was exported as ''.
  1143.  
  1144. 2001-11-13  LoÔc Chapeaux  <lolo@phpheaven.net>
  1145.     * db_details.php3; db_printview.php3; left.php3; tbl_properties.php3;
  1146.       tbl_printview.php3: fixed some display bugs with right to left text
  1147.       direction (Arabic language).
  1148.  
  1149. 2001-11-12  LoÔc Chapeaux  <lolo@phpheaven.net>
  1150.     * libraries/select_lang.lib.php3; lang/arabic.inc.php3: new translation
  1151.       thanks to Fisal Assubieye.
  1152.  
  1153. 2001-11-10  LoÔc Chapeaux  <lolo@phpheaven.net>
  1154.     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
  1155.     * most of the scripts have been updated in order to prepare the use of an
  1156.       Arabic translation (right to left text direction).
  1157.  
  1158. 2001-11-09  Marc Delisle  <lem9@users.sourceforge.net>
  1159.     * Documentation.html: small additions, FAQ sub-sections.
  1160.  
  1161. 2001-11-09  LoÔc Chapeaux  <lolo@phpheaven.net>
  1162.     * config.inc.php3; Documentation.html; main.php3; phpinfo.php3;
  1163.       libraries/common.lib.php3:
  1164.       - extended last fix from Robin to the "MySQL runtime information" and
  1165.         "MySQL system variables" links;
  1166.       - but allowed these directives to be bypassed for super-users.
  1167.     * libraries/display_tbl.lib.php3, lines 715-724: return to the browse mode
  1168.       once a "KILL" statement has been run. Thanks to
  1169.       Florian Perrichot <perrich at club-internet.fr> for this suggestion.
  1170.     * header.inc.php3; tbl_indexes.php3; tbl_printview.php3;
  1171.       tbl_properties.php3; libraries/indexes.js; lang/*: commited patch
  1172.       #458014 - Advanced index generation/editing thanks to
  1173.       Michal Cihar <nijel at users.sourceforge.net>.
  1174.     * config.inc.php3; Documentation.html; read_dump.php3; tbl_dump.php3;
  1175.       libraries/common.lib.php3; libraries/build_dump.lib.php3: feature
  1176.       #443134 - unlimited set_time_limit().
  1177.  
  1178. 2001-11-08  Robin Johnson  <robbat2@users.sourceforge.net>
  1179.     * config.inc.php3; main.php3; phpinfo.php3: fixed bug #479303
  1180.       - $cfgShowPHPInfo added, false by default.
  1181.  
  1182. 2001-11-07  Marc Delisle  <lem9@users.sourceforge.net>
  1183.     * tbl_select.php3, lang/some files: modify $strLimitNumRows.
  1184.     * user_details.php3, lang/some files: modify $strRevokeGrantMessage
  1185.       and $strRevokeMessage.
  1186.  
  1187. 2001-11-06  LoÔc Chapeaux  <lolo@phpheaven.net>
  1188.     * db_details.php3, line 305; db_printview.php3, line 207: fixed bug #478592
  1189.       - HTML mispelling (</td> instead of </th>), thanks to
  1190.       Christophe Jaillet (tititou at users.sourceforge.net).
  1191.  
  1192. 2001-11-02  LoÔc Chapeaux  <lolo@phpheaven.net>
  1193.     * sql.php3, lines 225-233: in case of erroneous query, it is now
  1194.       re-displayed in the query textearea of the calling script.
  1195.     * lang/slovak.inc.php3: eol was missing at the end of the file.
  1196.     * libraries/display_tbl.lib.php3: patch #477498 Cosmetic Change.
  1197.  
  1198. 2001-11-02  Marc Delisle  <lem9@users.sourceforge.net>
  1199.     * lang/slovak-iso.inc.php3: updates thanks to Lubos Klokner, tests
  1200.       with LoÔc: this file must be sent gzipped, otherwise Windows will
  1201.       corrupt some characters.
  1202.     * main.php3, lang/*: new $strWelcome
  1203.  
  1204. 2001-10-29  LoÔc Chapeaux  <lolo@phpheaven.net>
  1205.     * main.php3: removed an other display of the socket used and the port used
  1206.       if the 'verbose' setting exists for a server.
  1207.     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
  1208.     * left.php3: fixed a bug with php < 4.0.6 (mysql_fetch_array did not return
  1209.       fields with NULL value).
  1210.  
  1211. 2001-10-28  LoÔc Chapeaux  <lolo@phpheaven.net>
  1212.     * main.php3:
  1213.       - lines 107-111: removed the socket used from the settings displayed;
  1214.       - line 342: cosmetic change.
  1215.     * libraries/common.lib.php3: fixed bugs if dbs names in "only_db" contain
  1216.       "_" or "%" characters.
  1217.     * lang/bulgarian.inc.php3, line 304: a ';' was missig at EOL.
  1218.  
  1219. 2001-10-27  LoÔc Chapeaux  <lolo@phpheaven.net>
  1220.     * read_dump.php3, lines 286-288; lang/*: "there is no query" were displayed
  1221.       when deleting a bookmark.
  1222.     * Documentation.php3; main.php3; libraries/common.lib.php3: feature request
  1223.       #450246 - Authentication: don't give stduser access to encrypted passw.
  1224.     * Documentation.html: added faq entries about a Xitami 2.5b4 bug and a
  1225.       widespread IIS misconfiguration problem.
  1226.     * footer.inc.php3: closed MySQL connection in this script (it seems this
  1227.       may be required for RedHat 7.1 at least).
  1228.  
  1229. 2001-10-27  Olivier M¸ller  <om@omnis.ch>
  1230.     * config.inc.php3: put the ENCRYPT function back to the config file.
  1231.  
  1232. 2001-10-26  LoÔc Chapeaux  <lolo@phpheaven.net>
  1233.     * tbl_change.php3, lines 198-205: fixed a crash with binary "characters".
  1234.       Bug was reported by Joshua Nye <josh at boxcarmedia.com> to the
  1235.       phpMyAdmin-devel mailing-list.
  1236.     * config.inc.php3, line 112; Documentation.html, lines 545-550;
  1237.       libraries/display_tbl.lib.php3: merged patch #474210 (hiding full text of
  1238.       navigation buttons) submitted by
  1239.       Gosha Sakovich <gt2 at users.sourceforge.net>.
  1240.     * Documentation.html, lines 407-410: explicited the use of MySQL wildcards
  1241.       in the "only_db" setting.
  1242.     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
  1243.  
  1244. 2001-10-25  LoÔc Chapeaux  <lolo@phpheaven.net>
  1245.     * user_details.php3, line 1172: fixed bug #474685 (table not found editing
  1246.       user) thanks to Alister Bulman <alister at users.sourceforge.net>.
  1247.     * config.inc.php3, line 159; Documentation.html, lines 646-652;
  1248.       libraries/display_tbl.lib.php3, line 607: merged patch #472575 (indicator
  1249.       in table rows) thanks to Darklord <darklord at chello.at>.
  1250.     * tbl_change.php3; tbl_replace.php3; lang/*: merged patch #470575
  1251.       (Inserting rows in loop) thanks to
  1252.       Tomas Polak <loskutak at users.sourceforge.net>.
  1253.     * libraries/defines.inc.php3, line 20: starting 2.2.2-dev. version.
  1254.  
  1255. 2001-10-24  Robin Johnson  <robbat2@users.sourceforge.net>
  1256.     * Documentation.html:
  1257.       - updated advanced authentication documentation
  1258.       - removed PCRE requirement note
  1259.     * Documentation.txt: updated from Documentation.html
  1260.  
  1261. 2001-10-24  LoÔc Chapeaux  <lolo@phpheaven.net>
  1262.     * main.php3:
  1263.       - taken into account wildcards in the databases names get from the
  1264.         "mysql.db" table;
  1265.       - get all privilege at the begenning of the script;
  1266.     * ### released 2.2.1 revision. ###
  1267.  
  1268. 2001-10-24  Marc Delisle  <lem9@users.sourceforge.net>
  1269.     * main.php3 (for LoÔc): a non-empty only_db was removing the MySQL links on
  1270.       the main page.
  1271.  
  1272. 2001-10-23  Robin Johnson  <robbat2@users.sourceforge.net>
  1273.     * Documentation.html: Redid documentation of advanced authentication mode.
  1274.     * Documentation.txt: Updated from latest Documentation.html
  1275.     * config.inc.php3: removed note that basic user name is always required
  1276.  
  1277. 2001-10-23  LoÔc Chapeaux  <lolo@phpheaven.net>
  1278.     * config.inc.php3, Documentation.html: extended the use of stduser/stdpass
  1279.       to the basic authentication mode.
  1280.     * libraries/common.lib.php3:
  1281.       - fixed a possible "security" issue (in advanced authentication mode,
  1282.         ensured the server selected is valid according to the user name);
  1283.       - extended the use of stduser/stdpass to the basic authentication mode;
  1284.       - fixed the messy use of 'stduser' and 'user' while connecting.
  1285.     * main.php3: widely cleaned and fixed the messy use of 'stduser' and 'user'
  1286.       in queries.
  1287.  
  1288. 2001-10-22  LoÔc Chapeaux  <lolo@phpheaven.net>
  1289.     * Documentation.html, line 299: added some requirements for sockets.
  1290.     * main.php3: ensured sockets aren't displayed and used if php < 3.0.10.
  1291.     * libraries/common.lib.php3: ensured the same rules apply whatever is the
  1292.       authentication mode and that the cfgServers[i]['only_db'] is really used.
  1293.       Fixed also the bug #472201 - Denied to mysql user db. AdvAuth failed.
  1294.  
  1295. 2001-10-22  Robin Johnson  <robbat2@users.sourceforge.net>
  1296.     * config.inc.php3: remove ENCODE, DECODE, ENCRYPT functions.
  1297.  
  1298. 2001-10-21  LoÔc Chapeaux  <lolo@phpheaven.net>
  1299.     * user_details.php3, libraries/user_details.js: restored the "show grants"
  1300.       table at the top of the "other grants" page.
  1301.     * lang/russian-*.inc.php3: updated thanks to Gosha Sakovich.
  1302.  
  1303. 2001-10-20  Marc Delisle  <lem9@users.sourceforge.net>
  1304.     * libraries/select_lang.lib.php3, lang/turkish.inc.php3: new turkish
  1305.       language, thanks to Bora Alioglu (bora at risc01.ktu.edu.tr)
  1306.  
  1307. 2001-10-19  LoÔc Chapeaux  <lolo@phpheaven.net>
  1308.     * libraries/user_details.js, lines 126-130: url has to changed whatever is
  1309.       the control that called the "change" function.
  1310.     * lang/*: replace "With checked" by "With selected" ($strWithChecked).
  1311.     * images/arrow.gif: updated thanks to an anonymous user (see patch
  1312.       #472244).
  1313.  
  1314. 2001-10-18  LoÔc Chapeaux  <lolo@phpheaven.net>
  1315.     * Documentation.html; header.inc.php3; index.php3; left.php3;
  1316.       libraries/common.lib.php3: removed the xml declaration because even if
  1317.       recommended by the w3c, lots of browsers (even IE6.0!) seems not to like
  1318.       it so much.
  1319.     * Documentation.txt: updated.
  1320.     * common.lib.php3, lines 675 & 687-689: changed font size for IE6 (because
  1321.       the xml declaration has been cleaned up).
  1322.     * main.php3, lines 149 & 462: cosmetic changes.
  1323.     * libraries/build_dump.lib.php, line 317: fixed bug #472858 - Dump error,
  1324.       thanks to Thomas Baehr.
  1325.     * lang/czech-*.inc.php3: fixed an other typo, thanks to Michal Cihar.
  1326.  
  1327. 2001-10-18  LoÔc Chapeaux  <lolo@phpheaven.net>
  1328.     * Documentation.html, lines 2-4; header.inc.php3, lines 39-41;
  1329.       index.php3, lines 36-38; left.php3, lines 49-51;
  1330.       libraries/common.lib.php3, lines 75-78: fixed bug #472353 - Doc can't be
  1331.       opened in IE5/Mac (because of an invalid DTD).
  1332.     * lang/czech-*.inc.php3: fixed some "typos", thanks to Michal Cihar.
  1333.     * lang/slovak.inc.php3: put font faces between double quotes.
  1334.     * images/bkg.gif: re-set the transparent color.
  1335.  
  1336. 2001-10-18  Marc Delisle  <lem9@users.sourceforge.net>
  1337.     * lang/finnish.inc.php3 updates, thanks to Visa Kopu.
  1338.  
  1339. 2001-10-17  Marc Delisle  <lem9@users.sourceforge.net>
  1340.     * release 2.2.1rc2
  1341.  
  1342. 2001-10-17  LoÔc Chapeaux  <lolo@phpheaven.net>
  1343.     * Documentation.html, lines 766-770: added a link to the official MySQL
  1344.       documentation for the "socket error" problems.
  1345.     * index.php3, line 53; lang/*: out-sourced the "no frame" sentence.
  1346.     * libraries/common.lib.php3:
  1347.       - improved compatibility with the old phpMyAdmin configuration file;
  1348.       - lines 427-434: fixed bug #472209 (Login password bug if
  1349.         magic_quotes_gpc is set.
  1350.     * tbl_properties.php3, line 1243: added a param. to enforce reloading of
  1351.       the left frame after a flush if $cfgShowTooltip is set to 1.
  1352.     * tbl_change.php3: fixed some inconcistancies if an update is required but
  1353.       the record can't be found and, in this case, ensured a message is
  1354.       displayed.
  1355.     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
  1356.     * lang/swedish.inc.php3: updated thanks to Bjˆrn T. Hallberg.
  1357.     * lang/czech-*.inc.php3: put font faces between double quotes.
  1358.  
  1359. 2001-10-16  LoÔc Chapeaux  <lolo@phpheaven.net>
  1360.     * lang/*: cleanup thanks to Bjˆrn T. Hallberg - Removed unused strings
  1361.       $strColumnEmpty, $strDbEmpty, $strInsertIntoTable, $strPrinterFriendly,
  1362.       $strProducedAnError, $strReadTheDocs (kept $strLogout because it will be
  1363.       used as soon as we improved the authentication system).
  1364.     * lang/swedish.inc.php3: updated thanks to
  1365.       Bjˆrn T. Hallberg <bth at users.sourceforge.net>.
  1366.     * lang/russian-*.inc.php3: updated thanks to
  1367.       Gosha Sakovich <gt2 at users.sourceforge.net>.
  1368.     * user_details.php3: cosmetic changes.
  1369.     * tbl_properties.php3; lang/*: added a "FLUSH" feature for tables.
  1370.  
  1371. 2001-10-15  LoÔc Chapeaux  <lolo@phpheaven.net>
  1372.     * tbl_properties.php3:
  1373.       - line 966: the current name of the table is now displayed in the text
  1374.         box of the "rename table" feature. Thanks to Cal Henderson for this
  1375.         suggestion;
  1376.       - line 385: fixed an xhtml1.0 error.
  1377.     * db_details.php3, line 327; db_stats.php3, line 291: fixed an xhtml1.0
  1378.       error.
  1379.     * tbl_change.php3, lines 148-151: displays default values while creating
  1380.       a new record. Thanks to "pdobrigkeit" for this suggestion.
  1381.  
  1382. 2001-10-14  LoÔc Chapeaux  <lolo@phpheaven.net>
  1383.     * libraries/build_dump.lib.php3, lines 202-203: improved the fix against
  1384.       the bug #469416 (Dumps with binary data dont work mysql).
  1385.     * libraries/display_tbl.lib.php3, lines 768-780: binary fields weren't
  1386.       well displayed.
  1387.  
  1388. 2001-10-13  LoÔc Chapeaux  <lolo@phpheaven.net>
  1389.     * Documentation.html, lines 504-506: added some words about requirement for
  1390.       table sizes.
  1391.     * libraries/build_dump.lib.php3, lines 202-203: tried to fix bug #469416
  1392.       (Dumps with binary data dont work mysql).
  1393.  
  1394. 2001-10-12  Marc Delisle  <lem9@users.sourceforge.net>
  1395.     * lang/bulgarian-win1251.inc.php3 updates, thanks to Peter Petrov.
  1396.  
  1397. 2001-10-12  LoÔc Chapeaux  <lolo@phpheaven.net>
  1398.     * Most of the scripts have been modified to fix bug #468749 (Left Frame not
  1399.       expanding in iCab). This means the splitter between variables in urls is
  1400.       now "&" rather than "&" according to the xhtml1.0 specifications.
  1401.     * main.php3: fixed some warnings and some bugs in the way servers are
  1402.       displayed in the servers choice combo.
  1403.     * libraries/common.lib.php3, lines 340-343: fixed erroneous variable name.
  1404.     * libraries/bookmarks.lib.php3, line 29: removed unnecessary line of code.
  1405.     * Documentation.html: added warnings about the use of the "only_db" setting
  1406.       thanks to Ignacio Vazquez-Abrams <ignacio at openservices.net>.
  1407.     * config.inc.php3, line 50: changed the comment line for the "only_db"
  1408.       setting.
  1409.     * tbl_qbe.php3: fixed lots of warnings reported by Steve.
  1410.     * left.php3, line 66: removed a too restrictive test.
  1411.     * display_tbl.lib.php3: added unique key case to build urls used in browse
  1412.       mode for deleting/editing a record.
  1413.  
  1414. 2001-10-09  LoÔc Chapeaux  <lolo@phpheaven.net>
  1415.     * user_details.php3, lines 1232-1245 & 1254: fixed some bugs with modifying
  1416.       user privileges.
  1417.     * main.php3, lines 163, 164, 179 & 180: fixed a bad key value reference
  1418.       (once advanced authentication is completed, the login/password of the
  1419.       current user is set in the "user/password" keys and not in the
  1420.       "stduser/stdpass" ones.
  1421.     * libraries/common.lib.php3: removed unnecessary md5 calls.
  1422.  
  1423. 2001-10-08  LoÔc Chapeaux  <lolo@phpheaven.net>
  1424.     * lang/danish.inc.php3: updated thanks to
  1425.       Niels Oesten <niels at oesten.dk>.
  1426.  
  1427. 2001-10-08  Geert Lund  <glund@silversoft.dk>
  1428.     * left.php3: Fixed bug #468749: Left Frame not expanding in iCab.
  1429.     * made URI references HTML 4.01 complient, this will fix the
  1430.       error. See http://www.w3.org/TR/html4/appendix/notes.html#h-B.2.2 and
  1431.       http://www.icab.de/faq.html for further information.
  1432.  
  1433. 2001-10-07  LoÔc Chapeaux  <lolo@phpheaven.net>
  1434.     * config.inc.php3, lines 152-153; Documentation.html, lines 573-581;
  1435.       header.inc.php3, line 119; left.php3, line 150: the background colors for
  1436.       both the fames are now defined in the configuration file thanks to
  1437.       Laurent Penou <laurent.penou at gadz.org>.
  1438.     * build_dump.lib.php3, line 212: fixed bug #468807 (dump error).
  1439.  
  1440. 2001-10-04  LoÔc Chapeaux  <lolo@phpheaven.net>
  1441.     * left.php3:
  1442.       - improved the js object detection system;
  1443.       - fixed some bugs with the patch from Korakot.
  1444.     * left.js: fixed CSS bugs.
  1445.     * Documentation.html:
  1446.       - lines 196-203 & 246-252: added  warning for Mac users thanks to
  1447.         "g-doggie" <penumbradesign at hotmail.com> &
  1448.         "Ladonna G." <gladonna at oconnorschurchgoods.com>;
  1449.       - lines 484-490: added the $cfgShowTooltip entry.
  1450.     * db_details.php3, line 294: cosmetic change.
  1451.  
  1452. 2001-10-04  Korakot Chaovavanich  <korakot@iname.com>
  1453.     * table comment(description) as tooltip (request #464084).
  1454.  
  1455. 2001-10-03  Marc Delisle  <lem9@users.sourceforge.net>
  1456.     * release 2.2.1-rc1
  1457.  
  1458. 2001-10-03  Geert Lund  <glund@silversoft.dk>
  1459.     * libraries/common.lib.php3: fixed localised_date() function:
  1460.       - get correct month name (and not month+1).
  1461.  
  1462. 2001-10-02  Marc Delisle  <lem9@users.sourceforge.net>
  1463.     * lang/bulgarian-win1251.inc.php3 updates, thanks to Peter Petrov.
  1464.  
  1465. 2001-10-01  Marc Delisle  <lem9@users.sourceforge.net>
  1466.     * lang/czech* updates, thanks to Michal Cihar.
  1467.  
  1468. 2001-10-01  Steve Alberty  <alberty@neptunlabs.se>
  1469.     * db_details.php3: Fixed problems with cfgSkipLockedTables.
  1470.  
  1471. 2001-10-01  Geert Lund  <glund@silversoft.dk>
  1472.     * db_stats.php3, line 261: fixed error where server and language setting
  1473.       wasen't in link, thanx to Joshua Nye <josh at boxcarmedia.com>.
  1474.  
  1475. 2001-09-30  LoÔc Chapeaux  <lolo@phpheaven.net>
  1476.     * libraries/common.lib.php3, lines 489-493: fixed "backslashed backslash"
  1477.       before wildcards problem in databases names.
  1478.  
  1479. 2001-09-29  LoÔc Chapeaux  <lolo@phpheaven.net>
  1480.     * libraries/common.lib.php3:
  1481.       - fixed a possible problem with invalid keys values in the $uva_mydbs
  1482.         array;
  1483.       - taken into account the case where available databases names returned by
  1484.         MySQL is empty or '%' (ie all databases);
  1485.       - fixed an invalid regexp at line 494.
  1486.  
  1487. 2001-09-28  LoÔc Chapeaux  <lolo@phpheaven.net>
  1488.     * main.php3: coding standards.
  1489.  
  1490. 2001-09-28  Marc Delisle  <lem9@users.sourceforge.net>
  1491.     * ldi_table.php3, lang/*: remove unused messages.
  1492.  
  1493. 2001-09-27  Marc Delisle  <lem9@users.sourceforge.net>
  1494.     * main.php3, bug 465534: db stats only available if MySQL>=32303.
  1495.  
  1496. 2001-09-26  LoÔc Chapeaux  <lolo@phpheaven.net>
  1497.     * libraries/common.lib.php3; left.php3; tbl_move_copy.php3;
  1498.       tbl_properties.php3; tbl_rename.php3: fixed some security issues.
  1499.     * libraries/common.lib.php3, lines 76 & 79: some variable wasn't declared
  1500.       as global ones.
  1501.     * main.php3: the cookie shouldn't be set before authentication is
  1502.       completed.
  1503.     * libraries/defines.inc.php3, lines 25-26: fixed a bad regexp thanks to
  1504.       Joshua Nye <josh at boxcarmedia.com>.
  1505.  
  1506. 2001-09-25  LoÔc Chapeaux  <lolo@phpheaven.net>
  1507.     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
  1508.  
  1509. 2001-09-25  Marc Delisle  <lem9@users.sourceforge.net>
  1510.     * lang/norwegian.inc.php3 updates, thanks to Sven-Erik Andersen.
  1511.     * lang/czech* updates, thanks to Michal Cihar.
  1512.  
  1513. 2001-09-24  LoÔc Chapeaux  <lolo@phpheaven.net>
  1514.     * tbl_properties.php3; tbl_copy.php3 (removed); tbl_move_copy.php3 (added);
  1515.       lang/*: feature request #463164 (Add ability to move -rename- across
  1516.       db's).
  1517.     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
  1518.  
  1519. 2001-09-24  Marc Delisle  <lem9@users.sourceforge.net>
  1520.     * lang/polish.inc.php3 updates, thanks to Jakub Wilk.
  1521.     * lang/romanian.inc.php3 updates, thanks to Valics Lehel.
  1522.     * lang/galician.inc.php3 updates, thanks to XosÈ Calvo.
  1523.  
  1524. 2001-09-23  Benjamin Gandon  <gandon@users.sourceforge.net>
  1525.     * read_dump.php3: widely improved (some remaining bugs has been fixed and
  1526.       the script is now about too time faster than before).
  1527.  
  1528. 2001-09-23  LoÔc Chapeaux  <lolo@phpheaven.net>
  1529.     * config.inc.php3; Documentation.html; db_details.php3; tbl_dump.php3;
  1530.       tbl_properties.php3; libraries/functions.php3; libraries/zip.lib.php3:
  1531.       improved the zip dump feature.
  1532.     * lang/swedish.inc.php3: updated thanks to David Nordenberg.
  1533.     * lang/*: added $strZip where it was missing and $strNoQuery in all the
  1534.       translations.
  1535.     * most of the scripts were updated to fix bug #444352 (Data
  1536.       Missing/POST Error).
  1537.     * db_details.php3; db_stats.php3; mult_submits.inc.php3;
  1538.       tbl_properties.php3: fixed a bug if a "DROP" query were submitted from a
  1539.       sql file.
  1540.  
  1541. 2001-09-23  Armel Fauveau  <armel.fauveau@globalis-ms.com>
  1542.     * add zip dump feature
  1543.  
  1544. 2001-09-22  Marc Delisle  <lem9@users.sourceforge.net>
  1545.     * lang/romanian.inc.php3 updates, thanks to Valics Lehel.
  1546.     * lang/polish.inc.php3 updates, thanks to Jakub Wilk.
  1547.     * lang/finnish.inc.php3 updates, thanks to Visa Kopu.
  1548.     * lang/galician.inc.php3 updates, thanks to XosÈ Calvo.
  1549.  
  1550. 2001-09-22  LoÔc Chapeaux  <lolo@phpheaven.net>
  1551.     * Documentation.html:
  1552.       - added a faq entry about server crashes and output compression problems;
  1553.       - changed the faq entry about "headers already sent by..." because users
  1554.         should also ensure the beginning of the config file is the php starting
  1555.         tag;
  1556.       - fixed misc. typos.
  1557.     * mult_submits.inc.php3: optimized a bit the SQL statements.
  1558.     * lang/*: cleanup.
  1559.  
  1560. 2001-09-21  Marc Delisle  <lem9@users.sourceforge.net>
  1561.     * lang/slovak-iso.inc.php3 updates, thanks to Lubos Klokner.
  1562.     * lang/italian.inc.php3 updates, thanks to Pietro Danesi.
  1563.     * lang/*, db_details.php3: $strDatabaseHasBeenDropped.
  1564.  
  1565. 2001-09-21  LoÔc Chapeaux  <lolo@phpheaven.net>
  1566.     * users_detail.php3; libraries/user_details.js; lang/*: changing the whole
  1567.       profile of an user is now possible.
  1568.     * libraries/common.lib.php3; libraries/select_lang.lib.php3; index.php3;
  1569.       left.php3; header.inc.php3: improved xhtml1.0 compliance.
  1570.     * libraries/ob.lib.php3: applied coding standards.
  1571.     * main.php3: use the mysql connection function defined in the config. file.
  1572.  
  1573. 2001-09-20  Geert Lund <glund@silversoft.dk>
  1574.     * security issue fix: added checking for valid user and password to the
  1575.       phpinfo.php3 file, probitting non authorized users getting valuable
  1576.       information about the server phpMyAdmin runs on.
  1577.  
  1578. 2001-09-20  LoÔc Chapeaux  <lolo@phpheaven.net>
  1579.     * main.php3: fixed an error I've done while merging patch #462787.
  1580.     * config.inc.php3; Documentation.html: added the $cfgShowStats setting and
  1581.       resorted the core phpMyAdmin settings in a more logical way.
  1582.     * db_details.php3; db_printview.php3; tbl_properties.php3;
  1583.       tbl_printview.php3: added the $cfgShowStats setting.
  1584.     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
  1585.     * tbl_change.php3: fixed bad field size/maxsize.
  1586.     * libraries/build_dump.php3: Excel csv field separator should be a comma.
  1587.     * main.php3: some 'echo' were missing. Fixed thanks to
  1588.       Eric S. Nagel <esnagel at users.sourceforge.net>.
  1589.  
  1590. 2001-09-19  Marc Delisle  <lem9@users.sourceforge.net>
  1591.     * tbl_properties.php3, db_details.php3, lang/*: start to merge new messages
  1592.       with parameters.
  1593.  
  1594. 2001-09-19  LoÔc Chapeaux  <lolo@phpheaven.net>
  1595.     * main.php3: merged patch #462787 (Home page for unpriviliged user) thanks
  1596.       to Piotr Roszatycki <d3xter at users.sourceforge.net>.
  1597.     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
  1598.     * defines.inc.php3: php3 does not allow to use TRUE or FALSE constants with
  1599.       the 'define()' function.
  1600.     * users_detail.php3; lang/*: added an option to change the server from an
  1601.       user page.
  1602.  
  1603. 2001-09-18  LoÔc Chapeaux  <lolo@phpheaven.net>
  1604.     * tbl_create.php3; tbl_addfield.php3: fixed a bug with "auto_increment"
  1605.       fields (since indexes were defined in their own statement, auto-increment
  1606.       fields can't be used because they must be set as primary key at
  1607.       creation).
  1608.       Note there is still a problem when altering a field: one can set it as an
  1609.       "auto_increment" field but there is no way to tell the script it must be
  1610.       then the primary key.
  1611.     * main.php3, lines 47-56; lang/*: feature #458452 (display the logged in
  1612.       user).
  1613.     * index.php3, lines 11-12: calling the "set_font_sizes()" function is
  1614.       required to get the "$font_size" variable.
  1615.  
  1616. 2001-09-17  LoÔc Chapeaux  <lolo@phpheaven.net>
  1617.     * users_detail.php3: fixed some bugs with the "other privileges" feature.
  1618.     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
  1619.  
  1620. 2001-09-16  LoÔc Chapeaux  <lolo@phpheaven.net>
  1621.     * headers.inc.php3; users_detail.php3; libraries/user_details.js; lang/*:
  1622.       rewrtitten the users script so it validates xhtml1.0, and fix a security
  1623.       issue removing most of the javascript work.
  1624.  
  1625. 2001-09-15  Marc Delisle  <lem9@users.sourceforge.net>
  1626.     * libraries/common.lib.php3, bug #460475: user can be blank in mysql.db
  1627.       (anonymous user), as stated in MySQL doc.
  1628.  
  1629. 2001-09-15  LoÔc Chapeaux  <lolo@phpheaven.net>
  1630.     * tbl_change.php3, lines 351-352: fixed bug #461623 (wrong maxlength in
  1631.       table_change.php).
  1632.     * libraries/display_tbl.lib.php3: fixed bug #461684 (Comments changes for
  1633.       display_tbl.lib.php).
  1634.     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
  1635.  
  1636. 2001-09-14  LoÔc Chapeaux  <lolo@phpheaven.net>
  1637.     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
  1638.  
  1639. 2001-09-13  LoÔc Chapeaux  <lolo@phpheaven.net>
  1640.     * config.inc.php3; Documentation.html; sql.php3;
  1641.       libraries/display_tbl.php3; lang/*: added a optionnal "show all" button
  1642.       in display mode.
  1643.     * lang/english.inc.php3: patch #460242 (Rename "Send" to "Save as File").
  1644.  
  1645. 2001-09-12  LoÔc Chapeaux  <lolo@phpheaven.net>
  1646.     * lang/norwegian.inc.php3: updated thanks to
  1647.       Sven-Erik Andersen <seasoft at users.sourceforge.net>.
  1648.     * index.php3: patch #460567 (UI - small html change in frame options)
  1649.       thanks to Vaskin Kissoyan <killerapp at users.sourceforge.net>.
  1650.  
  1651. 2001-09-11  LoÔc Chapeaux  <lolo@phpheaven.net>
  1652.     * libraries/read_dump.lib.php3; read_dump.lib.php3:
  1653.       - moved the 'split_sql_file()' function from the library to the main
  1654.         script, then removed the library;
  1655.       - tried some fixes for bugs with comments characters in dump files (see
  1656.         bug #444279) and taked into account "-- " styled comments;
  1657.       - disactivated the "/*!...*/" syntax for MySQL < 3.22.07;
  1658.       - optimized the 'split_sql_file()' function (there is still some work to
  1659.         do: just try to import the dump file from phpNuke with a distant
  1660.         connection...).
  1661.     * libraries/function.js: limit the number of characters displayed in the
  1662.       confirmation box.
  1663.  
  1664. 2001-09-10  LoÔc Chapeaux  <lolo@phpheaven.net>
  1665.     * sql.php3, line 177: simple "SELECT" statements like "SELECT 1+1" were
  1666.       failing because they were added a "LIMIT" clause.
  1667.     * libraries/common.lib.php3, function 'which_crlf()': taken into account
  1668.       Mac case.
  1669.     * libraries/select_lang.lib.php3; lang/finnish.inc.php3: new translation
  1670.       thanks to Visa Kopu <visa at visakopu.net>.
  1671.  
  1672. 2001-09-09  LoÔc Chapeaux  <lolo@phpheaven.net>
  1673.     * libraries/common.lib.php3, function 'show_message()': no reson to display
  1674.       the "modify" link in $goto = main.php3.
  1675.     * libraries/mult_submits.lib.php3: optimized the "DROP FIELD" case (all
  1676.       statements are now run at once).
  1677.     * tbl_addfield.php3: optimized a bit and fixed an error in the FULLTEXT
  1678.       statement.
  1679.     * tbl_create.php3: optimized a bit.
  1680.     * tbl_replace.php3: message associated to the query wasn't displayed if the
  1681.       location header is used.
  1682.     * libraries/read_dump.lib.php3, function 'split_sql_file()': fixed bug
  1683.       #444279 (# problem in uploaded file)... but find an other one :(
  1684.  
  1685. 2001-09-09  Marc Delisle  <lem9@users.sourceforge.net>
  1686.     * lang/italian.inc.php3 updates thanks to Pietro Danesi.
  1687.  
  1688. 2001-09-08  LoÔc Chapeaux  <lolo@phpheaven.net>
  1689.     * IMPORTANT UPDATE: "lib.inc.php3" has been splitted into smaller libraries
  1690.       in order to lower the server charge. All the libraries are now stored in
  1691.       a new sub-directory which name is... "libraries".
  1692.     * db_readdump.php3 has been renamed to read_dump.php3.
  1693.     * lang/italian.inc.php3: updated thanks to
  1694.       Pietro Danesi <danone at aruba.it>.
  1695.     * config.lib.php3, lines 100-104; libraries/common.lib.php3, lines 55-56;
  1696.       Documentation.html, lines 446-451; tbl_change.php3: improved binay fields
  1697.       protection.
  1698.     * sql.php3, lines 257-284: message associated to the query wasn't displayed
  1699.       if the location header is used.
  1700.     * libraries/display_tbl.lib.php3; tbl_change.php3: split between NULL value
  1701.       and empty field.
  1702.  
  1703. 2001-09-07  LoÔc Chapeaux  <lolo@phpheaven.net>
  1704.     * main.php3, line 208: fixed an invalid link id.
  1705.     * db_details.php3:
  1706.       - optimisation round;
  1707.       - the 'location' header must be above any output!
  1708.     * tbl_properties.php3:
  1709.       - the 'location' header must be above any output!
  1710.       - line 456: fixed an invalid link to the official MySQL documentation;
  1711.       - added background color for indexes;
  1712.       - removed the Browse/Select/Insert/Empty links at the middle of the page
  1713.         and added the same link below the table properties than the one at the
  1714.         top of the page if there are more than 20 fields.
  1715.     * lib.inc.php3:
  1716.       - adjusted font sizes depending on IE versions;
  1717.       - line 2337: fixed an illegal index warning with php3;
  1718.       - line 1762: invalid number of parameters in the function call.
  1719.     * db_printview.php3; tbl_printview.php3: extended so the generated pages
  1720.       contains the same informations that the one in the calling page. Based on
  1721.       patch #444128 (display & dump index length) thanks to
  1722.       Marcus Bˆrger <helly at users.sourceforge.net>.
  1723.     * db_details.php3; db_readdump.php3; sql.php3; lib.inc.php3; main.php3;
  1724.       tbl_copy.php3; tbl_properties.inc.php3; tbl_properties.php3;
  1725.       tbl_rename.php3; mult_submits.inc.php3: $reload has now true boolean
  1726.       values.
  1727.     * tbl_rename.php3: the query used to complete this action is now displayed.
  1728.     * sql.php3: removed unnecessary javascript stuff.
  1729.     * lang/greek.inc.php3: new translation thanks to
  1730.       Panayotis Katsaloulis <teras@noc.uoa.gr>.
  1731.     * lang/french.inc.php3: little improvement
  1732.       ("Textes entiers" -> "Textes complets").
  1733.     * lang/italian.inc.php3: updated thanks to
  1734.       Pietro Danesi <danone at aruba.it>.
  1735.  
  1736. 2001-09-07  Marc Delisle  <lem9@users.sourceforge.net>
  1737.     * tbl_change.php3, bug 459449: $row had old data from header.inc
  1738.  
  1739. 2001-09-06  Marc Delisle  <lem9@users.sourceforge.net>
  1740.     * tbl_dump.php3, bug 458074, "transmit not working in IE 5.5": needed
  1741.       "Content-Disposition: inline".
  1742.  
  1743. 2001-09-06  LoÔc Chapeaux  <lolo@phpheaven.net>
  1744.     * lang/galician.inc.php3: updated thanks to
  1745.       XosÈ Calvo <xosecalvo at terra.es>.
  1746.     * lib.inc.php3:
  1747.       - fixed a bug with the browse table headers sorting feature;
  1748.       - lines 616-617: fixed a javascript error with <cr> & <lf>.
  1749.     * tbl_dump.php3: improved the patch Marc commited.
  1750.     * defines.inc.php3: distinguished Konqueror from the "other browsers"
  1751.       group (to prepare a fix for bug #439081 -Konqueror 2.1.2 browser
  1752.       support-).
  1753.     * lang/czech-iso.inc.php3 & czech-win1250.inc.php3: updated thanks to
  1754.       Michal Cihar.
  1755.     * lang/french.inc.php3: updated a translation ("Espace" -> "Taille").
  1756.     * db_details.php3; db_printview.php3; db_stats.php3; main.php3;
  1757.       lib.inc.php3; sql.php3; tbl_properties.php3; tbl_properties.inc.php3;
  1758.       tbl_qbe.php3; tbl_select.php3; : optimized a bit (mainly added some
  1759.       'mysql_free_result').
  1760.     * left.php3; left.js: cleaned a bit.
  1761.     * db_details.php3; db_stats.php3; mult_submits.inc.php3 (in place of
  1762.       mult_drops.inc.php3); tbl_alter.php3; tbl_properties.php3;
  1763.       tbl_properties.inc.php3: merged patch #458014 (Multiple index generation,
  1764.       multi column editing and fulltext) except the multiple index part that
  1765.       will be done in a dedicated page. Thanks to
  1766.       Michal Cihar <nijel at users.sourceforge.net>.
  1767.  
  1768. 2001-09-05  LoÔc Chapeaux  <lolo@phpheaven.net>
  1769.     * lib.inc.php3:
  1770.       - splitted the function "display_table" in 3 little functions with
  1771.         specific targets (top of the page/headers of the table/body of the
  1772.         table);
  1773.       - added the function "set_display_mode" that defines which elements
  1774.         should be displayed while browsing a table (it fixes the bugs #458462
  1775.         -Full texts botton disapear- and #444767 Other cases for
  1776.         display=simple-). Marc Delisle drawed the buttons used to
  1777.         expand/collapase text/blob fields;
  1778.       - fixed the empty page bug with php 3.0.9 thanks to the help of
  1779.         Graziano "Radio head" <dreamservice at libero.it>;
  1780.       - fixed a bug in the csv export function.
  1781.     * lib.inc.php3; main.php3; tbl_properties.php3, sql.php3: updated with
  1782.       "lib.inc.php3".
  1783.     * main.php3, lines 8-11; select_lang.inc.php3: the language cookie is set
  1784.       only by the main page and its duration is now 30 days.
  1785.     * main.php3: fixed an xhtml1.0 bug.
  1786.     * tbl_properties.php3:
  1787.       - fixed bug #458557 (Navigation bar);
  1788.       - optimized a bit.
  1789.     * ldi_check.php3: removed some unnecessary "str_replace".
  1790.     * lib.inc.php3, lines 848-865; db_stats.php3, line 114; tbl_dump, line 162;
  1791.       lang/*: Merged patch #457984 (Localised dates in dump and db stats)
  1792.       thanks to Michal Cihar <nijelat users.sourceforge.net>.
  1793.  
  1794. 2001-09-04  LoÔc Chapeaux  <lolo@phpheaven.net>
  1795.     * lib.inc.php3:
  1796.       - improved the fix for bug #458160 - Advanced auth fails on WebSite Pro,
  1797.         thanks to Matthias Fichtner again;
  1798.       - lines 101-106: if zlib output compression is set in the php
  1799.         configuration file, no output buffering should be run.
  1800.     * tbl_properties.php3, line 1051: added a link to the MySql documentation.
  1801.     * defines.inc.php3; header.inc.php3; left.js; left.php3; lib.inc.php3:
  1802.       improved font size definition.
  1803.     * tbl_replace.php3:
  1804.       - lines 107-108: maybe fixed bugs #458324 - Editing fields and
  1805.         #457260 - update (LIMIT 1);
  1806.       - fixed a js. bug.
  1807.     * lang/italian.inc.php3: updated thanks to
  1808.       Pietro Danesi <danone at aruba.it>.
  1809.     * tbl_alter.php3, lines 9-11; tbl_create.php3, lines 9-11: fixed a js
  1810.       error (bug #458464).
  1811.     * header.inc.php3: merged an improved version of the patch #446292 - show
  1812.       current db/table info in the title (except for NN4). Thanks to
  1813.       Alexander Kulikov (kaa348 at users.sourceforge.net).
  1814.     * lang/french.inc.php3: fixed a typo.
  1815.     * db_details.php3, tbl_properties.php3: started merging patch #444128
  1816.       (display & dump index length) submitted by
  1817.       Marcus Bˆrger (helly at users.sourceforge.net).
  1818.     * tbl_change.php3, lines 324-329: field size should always be at least 4 to
  1819.       allow the use of the 'null' value.
  1820.  
  1821. 2001-09-03  LoÔc Chapeaux  <lolo@phpheaven.net>
  1822.     * lang/czech-iso.inc.php3 & czech-win1250.inc.php3: updated thanks to
  1823.       Michal Cihar <nijel at users.sourceforge.net>.
  1824.     * lang/brazilian_portuguese.inc.php3: updated thanks to
  1825.       Renato Lins <TheBest at Information4u.com>.
  1826.     * lib.inc.php3:
  1827.       - fixed bug #458009 - Database list with advanced auth., thanks to
  1828.         an anonymous contributor;
  1829.       - fixed bug #458160 - Advanced auth fails on WebSite Pro, thanks to
  1830.         Matthias Fichtner <mfichtner at users.sourceforge.net>.
  1831.     * db_readdump.php3, lines 101-104: removed non alphabetic characters from
  1832.       the beginning of the sql query submitted.
  1833.  
  1834. 2001-09-03  Marc Delisle  <lem9@users.sourceforge.net>
  1835.     * lang/swedish.inc.php3 updates, thanks to Bjˆrn T. Hallberg
  1836.  
  1837. 2001-09-02  Marc Delisle  <lem9@users.sourceforge.net>
  1838.     * lang/romanian.inc.php3 updates, thanks to Valics Lehel
  1839.  
  1840. 2001-09-02  LoÔc Chapeaux  <lolo@phpheaven.net>
  1841.     * lang/dutch.inc.php3: other updates thanks to Paul Koster.
  1842.     * tbl_addfield.php3, lines 9-11; tbl_copy, line 31; tbl_rename, line 9:
  1843.       fixed a js error.
  1844.     * lib.inc.php3; sql.php3: optimized a bit (buffering the fields meta in an
  1845.       array, then seekink into this array is baout 5 times faster in php4 than
  1846.       calling the mysql_fetch_field function each time) and added some
  1847.       comments.
  1848.     * lib.inc.php3, line 526: fixed a js error ("#" character msut be escaped).
  1849.     * sql.php3, lines 304-322: fixed bug #444767 - Other cases for
  1850.       display=simple.
  1851.     * main.php3: target for links should never be "_top" but "_parent".
  1852.     * db_details.php3; db_stats.php3; mult_drops.inc.php3; tbl_properties.php3;
  1853.       images/arrow.gif; lang/*: added a button to run multiple
  1854.       "DROP/DELETE/ALTER" statements.
  1855.  
  1856. 2001-09-01  LoÔc Chapeaux  <lolo@phpheaven.net>
  1857.     * db_stat.php3: cleaned and improved the code.
  1858.     * header.php3: cosmetic change.
  1859.     * db_create.php3, line 9; db_readdump.php3, line 135: fixed a js error.
  1860.     * lang/dutch.inc.php3: updated thanks to Paul Koster.
  1861.     * lib.inc.php3; sql.php3, lines 296-311:
  1862.       - display the full/partial text button only if a field is concerned;
  1863.       - many little fixes when $cfgModifyDeleteAtLeft is true;
  1864.       - maybe fixed second aliases bug (second part of bug #456119)?
  1865.       - text/blob fields weren't cut with $cfgShowBlob enabled;
  1866.       - added a js confirmation message on delete links.
  1867.     * Documentation.html, line 559-561: the $cfgLimitChars applies to blob
  1868.       and text fields.
  1869.  
  1870. 2001-08-31  Marc Delisle  <lem9@users.sourceforge.net>
  1871.     * lang/norwegian.inc.php3 other updates, thanks to Sven-Erik Andersen.
  1872.     * Documentation.html updates.
  1873.  
  1874. 2001-08-31  LoÔc Chapeaux  <lolo@phpheaven.net>
  1875.     * lib.inc.php3:
  1876.       - lines 1202-1210: fixed bug #455411 -Table Aliases- and first part of
  1877.         bug #456119 -Aliases bugs-;
  1878.       - line 175: now validates xhtml1.0.
  1879.     * lang/norwegian.inc.php3, eof: removed a ^M character that causes a bug.
  1880.     * db_details.php3; functions.js; tbl_properties.php3: added some js stuff
  1881.       to checks for "DROP/DELETE/ALTER" statements. This allows to widely cut
  1882.       down server charge because the confirmation page no long need to be load
  1883.       and the later don't need to reload the calling script in case the query
  1884.       isn't confirmed by the user.
  1885.     * db_details.php3; header.inc.php3; lib.inc.php3; sql.php3;
  1886.       tbl_properties.php3: all js libraries are now loaded in the header part
  1887.       of the xhtml generated pages.
  1888.     * db_readdump.php3, line 24: fixed a bug if $sql_file = ''.
  1889.     * lang/polish.inc.php3: updated thanks to Piotr Roszatycki.
  1890.     * tbl_properties.php3:
  1891.       - lines 573-576: added the same file upload box than the one at
  1892.         db_details.php3;
  1893.       - fixed some warnings if MySQL < 3.23.03;
  1894.       - added drop table link at the top.
  1895.     * tbl_change.php, line 305: Feature Requests #455543 - Editable Blobs.
  1896.     * badwords.txt; db_create.php3; lib.inc.php3; db_create.php3;
  1897.       tbl_addfield.php3; tbl_alter.php3; tbl_copy.php3; tbl_rename.php3;
  1898.       lang/*: added patch #455752 - Check forbidden words thanks to
  1899.       Dell'Aiera Pol & Olivier Blin.
  1900.     * defines.inc.php3; Documentation.html: let's start 2.2.1-dev :)
  1901.     * left.php3: light cosmetic changes thanks to
  1902.       Jan Paul Schmidt <jps@mail.arsnet.de>.
  1903.  
  1904. 2001-08-31  Olivier M¸ller  <om@omnis.ch>
  1905.     * releasing phpMyAdmin 2.2.0-final
  1906.  
  1907. 2001-08-30  Marc Delisle  <lem9@users.sourceforge.net>
  1908.     * lang/norwegian.inc.php3 updates, thanks to Sven-Erik Andersen.
  1909.  
  1910. 2001-08-30  Olivier M¸ller  <om@omnis.ch>
  1911.     * lib.inc.php3: now calls show_table_navigation() even if $SelectNumRows
  1912.       is = 1.
  1913.     * lang/*: added $strFullStrings and $strCuttedStrings.
  1914.     * renamed to $strFullText and $strPartialText.
  1915.  
  1916. 2001-08-30  LoÔc Chapeaux  <lolo@phpheaven.net>
  1917.     * lib.inc.php3: fits to coding standards.
  1918.     * lang/norwegian.inc.php3: fixed some typos and re-sorted a bit.
  1919.     * ldi_table.php3: removed some unnecessary lines of code.
  1920.     * sql.php3, lines 51-66: fixed bug #456254 - Crash select on a table.
  1921.     * tbl_replace.php3: removed the $is_encoded variable that is unnecessary
  1922.       and which use caused some bugs.
  1923.  
  1924. 2001-08-29  Olivier M¸ller  <om@omnis.ch>
  1925.     * left.php3: on login with std_auth, only the databases on which
  1926.       the user has rights will be shown (tested with @mysql_select_db($dbname)).
  1927.     * lib.inc.php3: added a toggle to display the whole text fields on browse
  1928.       table, or just the $cfgLimitChars first chars (default).
  1929.  
  1930. 2001-08-29  Marc Delisle  <lem9@users.sourceforge.net>
  1931.     * lang/romanian.inc.php3 updates, thanks to Valics Lehel
  1932.     * Documentation.html, added a FAQ about "too many fields"
  1933.  
  1934. 2001-08-29  LoÔc Chapeaux  <lolo@phpheaven.net>
  1935.     * db_details.php3, line 558: an urlencode call was missing.
  1936.     * db_details.php3; db_stats.php3; index.php3; left.php3; lib.inc.php3;
  1937.       main.php3; sql.php3; tbl_properties.php3; tbl_select.php3;
  1938.       tbl_replace.php3: the $server variable do not need to be urlencoded (it's
  1939.       an integer).
  1940.     * user_details.php3: optimized the 'check_rights()' function.
  1941.     * sql.php3; tbl_replace.php3: fix an error about whether to display table
  1942.       name or not at the top of the page.
  1943.     * tbl_replace.php3: improved messages displayed as results of queries.
  1944.     * tbl_select.php3:
  1945.       - the script to returns to was hard coded, now it's the one that calls
  1946.         tbl_select.php3;
  1947.       - ensure the "null"/"not null" strings can be used in the "value" box.
  1948.     * tbl_copy.php3; tbl_properties.php3: re-enabled the ability to copy a
  1949.       table to another database (bug #456434). Need to be tested with
  1950.       MySQL < 3.23 releases.
  1951.     * lang/english.inc.php3: re-sorted and fixed some typos.
  1952.     * left.php3: fixed a js error with NS.
  1953.     * lib.inc.php3; tbl_properties.php3; tbl.dump.php3: added the "escaped by"
  1954.       option for exporting CSV files so default values for importing/exporting
  1955.       dumps are the same.
  1956.     * tbl_properties.inc.php3: reduced a bit the size of the generated xhtml
  1957.       page in case of table creation or adding fields to a table.
  1958.     * tbl_addfield.php3; tbl_create.php3: fixed a bug with null set as default.
  1959.     * lang/*: removed ":" at the end of $strCopyTable.
  1960.  
  1961. 2001-08-28  LoÔc Chapeaux  <lolo@phpheaven.net>
  1962.     * lang/galician.inc.php3, select_lang.inc.php3: new Galician lang thanks to
  1963.       Xose Calvo <xosecalvo@terra.es>.
  1964.     * select_lang.inc.php3: added the possible use of a cookie to retain the
  1965.       language choosen by the user.
  1966.     * main.php3:
  1967.       - lines 425-426: form is submitted with post method;
  1968.       - lines 431-447: languages are sorted by their true names.
  1969.     * tbl_dump.php3, lines 101-123: improved mime types and http headers used
  1970.       when exporting dumps to files thanks to Dan Allen &
  1971.       Ignacio Vazquez-Abrams.
  1972.     * tbl_printview.php3, lines 92-98 & 106: completed the fix for the "NULL"
  1973.       value problem.
  1974.     * header.inc.php3; sql.php3; db_readdump.php3: fix some errors about
  1975.       whether to display table name or not at the top of the page.
  1976.     * tbl_copy.php3, line 86: returns to tbl_properties.php3 rather than
  1977.       db_details.php3.
  1978.     * lib.inc.php3: fixed a bug when browsing a table with values equal to 0.
  1979.     * tbl_change.php3; tbl_replace.php3: fixed bugs in function field name with
  1980.       special characters and no-parameter functions.
  1981.     * config.inc.php3: added the "UNIX_TIMESTAMP" function.
  1982.     * sql.php3; main.php3; db_readdump.php3; db_details.php3: optimized the
  1983.       test for super user privileges.
  1984.  
  1985. 2001-08-28  Olivier M¸ller  <om@omnis.ch>
  1986.     * db_stats.php3: fixed the sql query so that the script won't die, even if
  1987.       the result of one query (for example on invalid db name) fails.
  1988.  
  1989. 2001-08-27  Robin Johnson  <robbat2@orbis-terrarum.net>
  1990.     * lib.inc.php3, db_readdump.php3:
  1991.       - removed expand_sql_query() as no longer needed.
  1992.  
  1993. 2001-08-27  Olivier M¸ller  <om@omnis.ch>
  1994.     * tbl_replace.php3: fixed the fact that the function were ignored if the
  1995.       data remained unchanged.
  1996.  
  1997. 2001-08-27  LoÔc Chapeaux  <lolo@phpheaven.net>
  1998.     * lib.inc.php3: fixed some coding style inconcistencies.
  1999.     * lib.inc.php3, lines -; config.inc.php3, lines 106-110;
  2000.       Documentation.html, lines 475-482: merged patch #455484 ("Smart" order)
  2001.       thanks to Jakub Wilk.
  2002.     * lang/swedish.inc.php3 & spanish.inc.php3: updated thanks to
  2003.       Patrik Grip-Jansson <kap42 at users.sourceforge.net> &
  2004.       Martin Marconcini <megadeth at millic.com.ar>.
  2005.     * lang/romanian.inc.php3: put all the string to translate at the end and
  2006.       added a missing one.
  2007.     * lang/dutch.inc.php3: sorted the strings.
  2008.     * tbl_addfield.php3, lines 32-41; tbl_alter.php3, lines 48-54;
  2009.       tbl_properties.php3, lines 222-228; tbl_properties.inc.php3,
  2010.       lines 152-158: tried to fix the "NULL" value problem.
  2011.  
  2012. 2001-08-27  Marc Delisle  <lem9@users.sourceforge.net>
  2013.     * lang/dutch.inc.php3 updates, thanks to Arjen Roodselaar.
  2014.     * tbl_copy.php3, eregi_replace instead of ereg_replace because
  2015.       MySQL 3.23.20 returns sql keywords in lowercase, thanks to
  2016.       Jan Paul Schmidt.
  2017.     * lang/romanian.inc.php3, select_lang.inc.php3: new romanian lang thanks to
  2018.       Valics Lehel (lvalics@users.sourceforge.net).
  2019.  
  2020. 2001-08-25  Marc Delisle  <lem9@users.sourceforge.net>
  2021.     * lib.inc.php3, bug 455088, avoid to reveal username/password from config
  2022.       file when they are wrong or MySQL server does not answer.
  2023.     * Documentation.html, FAQ about how to send bug reports.
  2024.  
  2025. 2001-08-23  Marc Delisle  <lem9@users.sourceforge.net>
  2026.     * lib.inc.php3, bug 454477, added LIMIT 1 to delete only one instance when
  2027.       records are the same.
  2028.  
  2029. 2001-08-23  LoÔc Chapeaux  <lolo@phpheaven.net>
  2030.     * lib.inc.php3, display_table(): displays a space character if a field is
  2031.       empty to ensure the cell format is used with NS.
  2032.  
  2033. 2001-08-23  Olivier M¸ller  <om@omnis.ch>
  2034.     * lib.inc.php3: don't add a "/" to $cfgPmaAbsoluteUri if it's empty!
  2035.  
  2036. 2001-08-22  Robin Johnson  <robbat2@orbis-terrarum.net>
  2037.     * config.inc.php3: $cfgServers[1]['connect_type'] preferred connection type
  2038.     * lib.inc.php3 - line 285: $cfgServer['connect_type'] implemented
  2039.     * Documentation.html
  2040.       - documented $cfgServers[n]['connect_type']
  2041.       - two minor fixes for typo's that i noticed
  2042.  
  2043. 2001-08-22  Olivier M¸ller  <om@omnis.ch>
  2044.     * main.php3: relooked the start page with the help of LoÔc.
  2045.     * main.php3: allow everybody to look at the server vars and status
  2046.       (removed check about 'References_priv').
  2047.     * lang/*: added $strServerChoice and $strPmaDocumentation.
  2048.     * images/item.gif: used on main.php3.
  2049.     * main.php3: language selection now via a pulldown menu.
  2050.  
  2051. 2001-08-22  Marc Delisle  <lem9@users.sourceforge.net>
  2052.     * Documentation.html: added a FAQ about index creation.
  2053.  
  2054. 2001-08-22  LoÔc Chapeaux  <lolo@phpheaven.net>
  2055.     * tbl_properties.php3, line 983; lang/*: added $strDropTable.
  2056.     * lib.inc.php3:
  2057.       - lines 1674-1680: enclose all fields in cvs generated files if this
  2058.         option has been checked.
  2059.       - split_sql_file(): fix a bug when a backquoted table/field name ends
  2060.         with a backslash.
  2061.       - lines 96-100: added a magic feature to append a slash at the end of
  2062.         $cfgPmaAbsoluteUri if required.
  2063.       - defines $server_port & $server_socket only once.
  2064.     * main.php3: XHTML1.0 fixes.
  2065.     * footer.inc.php3, lines 9-10; lib.inc.php3, line 162: the "</body>" html
  2066.       tag was lacking.
  2067.     * db_stats.php3, lines 14-12: optimized a bit.
  2068.     * main.php3, lines 298-299; Documentation.html, lines 694-705: added a FAQ
  2069.       entry about the logout bug.
  2070.     * left.php3: optimized the way tables list is build.
  2071.     * lang/polish.inc.php3: updated thanks to Piotr Roszatycki.
  2072.     * db_create.php3; db_stat.php3; lib.inc.php3; left.php3; main.php3;
  2073.       tbl_alter.php3; tbl_change.php3; tbl_copy.php3; tbl_printview.php3;
  2074.       tbl_properties.php3; tbl_rename.php3; tbl_select.php3: improved the error
  2075.       handling system (it will be easier to debug the script since all the
  2076.       queries will be displayed in case of errors).
  2077.     * main.php3: fixed an xhtml1.0 error and removed the js "onchange" handler.
  2078.  
  2079. 2001-08-21  LoÔc Chapeaux  <lolo@phpheaven.net>
  2080.     * sql.php3: fixed a syntax error (is_defined is not a function).
  2081.     * lib.inc.php3: beautify a but the design of the table in browse mode.
  2082.     * lang/english.inc.inc.php3: fixed a typo.
  2083.     * tbl_dump.php3; lib.inc.php3: if a field value contains the
  2084.       "end of record" sequence, enclosed it.
  2085.  
  2086. 2001-08-21  Olivier M¸ller  <om@omnis.ch>
  2087.     * db_stats.php3: added list of 20 biggest db's.
  2088.     * lib.inc.php3: fixed the socket patch, should work now.
  2089.     * lib.inc.php3: re-fixed :)
  2090.     * config.inc.php3, config.php3, Docs, sql.php3: added configuration
  2091.       variable $cfgAllowUserDropDatabase (set by default to FALSE), which will
  2092.       display or not the link "Drop database" and reject the command if the
  2093.       user is not allowed to run it (requested by <lance@uklinux.net>).
  2094.  
  2095. 2001-08-21  LoÔc Chapeaux  <lolo@phpheaven.net>
  2096.     * db_stats.php3: ensured the script is XHTML1.0 compliant and fits the
  2097.       coding standards.
  2098.     * sql.php3; lang/*: improved the way the mysql_affected_rows is used and
  2099.       optimized a bit the script.
  2100.     * lib.inc.php3:
  2101.       - fixed again the socket patch, should work now.
  2102.       - modified the way defines.inc.php3 is loaded.
  2103.       - while browsing a table, ensure <cr> and <lf> in text/blob fields are
  2104.         displayed (remplaced by the <br /> tag).
  2105.       - beautified the page generated by the mysql_die function.
  2106.     * defines.lib.php3; db_details; tbl_properties.php3: ensures each constant
  2107.       isn't already defined before to define it and renamed PMA_INT_VERSION to
  2108.       PHP_INT_VERSION.
  2109.     * lib.inc.php3; db_readdump.php3, line 82: restored the use of the
  2110.       remove_remarks function that is required (else sql dump files starting
  2111.       with comments won't be successfully splitted into single queries).
  2112.     * defines.inc.php3; db_details.php3; ldi_check.php3; lib.inc.php3;
  2113.       tbl_copy.php3; tbl_create.php3; tbl_dump.php3; tbl_printview.php3;
  2114.       tbl_properties.inc.php3; tbl_properties.php3; user_details.php3:
  2115.       replaced MYSQL_MAJOR_VERSION and MYSQL_MINOR_VERSION constants by
  2116.       MYSQL_INT_VERSION.
  2117.     * db_details.php3; sql.php3; db_readdump.php3; lang/*: improved a bit
  2118.       Olivier's patch about the "Drop database" restrictions.
  2119.  
  2120. 2001-08-20  Olivier M¸ller  <om@omnis.ch>
  2121.     * db_stats.php3: new file and feature (sorry :) : simply display an
  2122.       overview of all databases with their respective size + server total.
  2123.     * lang/*: new string $strDatabasesStats.
  2124.  
  2125. 2001-08-20  Marc Delisle  <lem9@users.sourceforge.net>
  2126.     * config.inc.php3: $cfgProtectBlob is now TRUE by default, to help against
  2127.       the blob data corruption of some browsers.
  2128.  
  2129. 2001-08-20  LoÔc Chapeaux  <lolo@phpheaven.net>
  2130.     * db_details.php3; tbl_properties.php3; tbl_dump.php3; lib.inc.php3;
  2131.       lang/*:
  2132.       - fixed some bugs with CSV exportations and added a Ms Excel CSV specific
  2133.         choice (because we know Excel does not support <cr> in data). Thanks to
  2134.         FranÁois <outils@altern.org>.
  2135.       - added an extended inserts option for dumps of data.
  2136.     * lib.inc.php3; sql.php3: optimized a bit and started to work on feature
  2137.       #444767 (Other cases for display=simple).
  2138.     * user_details.php3: fixed some javascript bugs.
  2139.     * tbl_change.php3, lines 26 & 31: added some mysql_die() calls.
  2140.     * lib.inc.php3, lines 135 & 147: in case of error in a query, go back to the
  2141.       previous calling script that is not a confirmation form.
  2142.       Fixed also a js bug line 147.
  2143.     * config.inc.php3, lines 27-33; Documentation.html, lines 238-246;
  2144.       db_details.php3, line 37; sql.php3, lines 20, 53 & 184;
  2145.       tbl_properties.php3, lines 45 & 51; tbl_replace, line 143 & 252;
  2146.       tbl_select.php3, line 181: according to rfc 2816, the location http
  2147.       header requires an absolute URI.
  2148.     * lib.inc.php3, lines 266-277; config.lib.php3, lines 43, 57 & 70;
  2149.       Documentation.html, lines 273-278 & 655-658: merged the socket patch from
  2150.       Dan Allen <bigredlinux@yahoo.com>.
  2151.     * sql.php3: improved the way the mysql_affected_rows is used.
  2152.  
  2153. 2001-08-19  Olivier M¸ller  <om@omnis.ch>
  2154.     * db_readdump.php3: if file contains mutiple queries, only show this line:
  2155.       "Your SQL-query has been executed successfully: The content of your file
  2156.       has been inserted. (131 Instructions)" instead of showing twice (result +
  2157.       textarea) the whole file, which could be problematic with large dumps.
  2158.     * db_details: removed $sql_query_cpy stuff (was used by db_readdump.php3).
  2159.     * lang/*: $strInstructions (used in db_readdump.php3).
  2160.     * Documentation.html, CREDITS: various updates, removed CREDITS contents
  2161.  
  2162. 2001-08-19  LoÔc Chapeaux  <lolo@phpheaven.net>
  2163.     * tbl_change.php3: do not modify blob/binaries if $cfgProtectBlob is true,
  2164.       merged a little optimization (lines 69-71) and do not display functions
  2165.       with enum or set fields types.
  2166.     * main.php3; db_details.php3; tbl_properties.php3; db_readdump.php3;
  2167.       lib.inc.php3: once a query has been executed phpMyAdmin now moves back
  2168.       to the calling script (rather than db_details.php3 everytime) as soon as
  2169.       the current database/table exists, else it moves  back to a "parent"
  2170.       script (the welcome page/'db_details.php3' if the current
  2171.       database/table has has been dropped.
  2172.     * header.inc.php3, lines 63-64; sql.php3; db_details.php3;
  2173.       tbl_properties.php3: choosing not to execute a drop statement leads now
  2174.       to the calling script (and not the target one used only if this statement
  2175.       is executed).
  2176.     * db_readdump.php3: improved Olivier's improvement for mutiple queries (see
  2177.       before).
  2178.     * lib.inc.php3, line 524: beautify a bit the way the query is displayed.
  2179.     * lang/english.inc.php3; lang/french.inc.php3: put $strInstructions at its
  2180.       right place.
  2181.     * lib.inc.php3, lines 196-200; config.inc.php3, line 40;
  2182.       Documentation.html, lines 352-357: merged patch #452877
  2183.       ($cfgServer['only_db'] - array) from Jakub Wilk.
  2184.     * functions.js; left.js : fixed bug #450255 (new javascript error with
  2185.       netscape3) and an other one with netscape 3 thanks to
  2186.       FranÁois <outils@altern.org>.
  2187.     * left.php3; lang/*: checks if databases from $cfgServers[1]['only_db']
  2188.       exists before displaying them at the left frame and take into account
  2189.       the case where there is no usable databases.
  2190.     * Documentation.html: various updates.
  2191.  
  2192. 2001-08-18  Robin Johnson  <robbat2@orbis-terrarum.net>
  2193.     * lib.inc.php3 (788, 790) : tweak size for lower resolution screens.
  2194.     * above change undone.
  2195.     * fixed up some spacing in the code for neatness.
  2196.     * lib.inc.php3 (694) : preg_replace changed to eregi_replace as per support
  2197.       #447076.
  2198.  
  2199. 2001-08-18  Olivier M¸ller  <om@omnis.ch>
  2200.     * db_details.php3: added a few <b>.
  2201.     * left.php3: one more space between table name and num_dbs.
  2202.     * tbl_properties.php3: activate select/browser/empty links only if there is
  2203.       at least one row in the table (other way would be to remove the
  2204.       inactivated links).
  2205.  
  2206. 2001-08-18  LoÔc Chapeaux  <lolo@phpheaven.net>
  2207.     * db_details.php3; lang/*: modified the way the tables' number is
  2208.       displayed.
  2209.     * user_details.php3: merged temporary javascript fixes.
  2210.     * lib.inc.php3: fixed a bug with a global variable line 1135, ensures the
  2211.       number of rows is displayed with select statements submitted from the
  2212.       query box (lines 883-885) and fixed some coding inconcistencies.
  2213.     * tbl_replace.php3, line 98: fixed a coding bug.
  2214.     * tbl_properties.inc.php3, lines 306-314; lang/*: added some words about
  2215.       enums and set fields.
  2216.  
  2217. 2001-08-17  Robin Johnson  <robbat2@orbis-terrarum.net>
  2218.     * config.inc.php3
  2219.       - Added comments about what many of the configuration variables do
  2220.       - Replaced multiple spaces with tabs for alignment
  2221.  
  2222. 2001-08-17  LoÔc Chapeaux  <lolo@phpheaven.net>
  2223.     * lang/polish.inc.php3: updated thanks to
  2224.       Jakub Wilk <ubanus@users.sourceforge.net>.
  2225.     * tbl_addfield.php3: removed an unecessary stripslashes call (line 68) and
  2226.       replaced some remaining tabs characters.
  2227.     * tbl_alter.php3; tbl_addfield.php3; tbl_change.php3; tbl_replace.php3;
  2228.       tbl_properties.php3; tbl_properties.inc.php3; tbl_printview.php3: fixed
  2229.       some encoding/decoding bugs.
  2230.     * left.php3; left.js: added a style for the number of tables per database.
  2231.     * db_readdump.php3, lines 97-99: added a fix to enforce reloading of the
  2232.       left frame if a database/table has been created/deleted.
  2233.  
  2234. 2001-08-16  Marc Delisle  <lem9@users.sourceforge.net>
  2235.     * tbl_change.php3, bug 451085 Can't assign NULL value to char(1).
  2236.  
  2237. 2001-08-16  LoÔc Chapeaux  <lolo@phpheaven.net>
  2238.     * tbl_change.php3; tbl_replace.php3: fixed some of the bugs I've introduced
  2239.       with my last patches.
  2240.  
  2241. 2001-08-15  Olivier M¸ller  <om@omnis.ch>
  2242.     * db_details.php3: feature request #451138: display # of tables, added
  2243.       $strTables variable to all lang files.
  2244.     * left.php3: added display of # of tables, for a better overview.
  2245.     * config.php3, lib.inc.php3, docs: feature request #451137: limiting size
  2246.       of data printed in browse view (new cfg: $cfgLimitChars).
  2247.     * tbl_properties.php3: added select/insert/empty to the top of the page.
  2248.  
  2249. 2001-08-15  Robin Johnson  <robbat2@orbis-terrarum.net>
  2250.     * Bug #450374 - (RC4) + becomes space - patched in tbl_replace.php3
  2251.  
  2252. 2001-08-15  Steve Alberty  <alberty@neptunlabs.de>
  2253.     * lib.inc.php3: prevent to use dl() if dl not exists (PHP5).
  2254.  
  2255. 2001-08-15  LoÔc Chapeaux  <lolo@phpheaven.net>
  2256.     * sql.php3, lines 70-71: Fixed a slashes bug if the query is displayed on
  2257.       screen to be confirmed.
  2258.     * ldi_check.php3, lines 34-44: Fixed a slashes bug thanks to
  2259.       Dan Allen <bigredlinux@yahoo.com>.
  2260.     * grab_globals.inc.php3, lines 14 & 18: Use the 'extract()' function if
  2261.       possible.
  2262.     * tbl_change.php3; tbl_replace.php3; lang/*: Fixed bugs #444354 (Various
  2263.       backslash problems), #450906 (Disappearing + in data | 2.2.0rc4), #450374
  2264.       (RC4: + becomes space) and the one with binary data reported by Steve in
  2265.       the mailing-list.
  2266.     * lib.inc.php3; left.php3; db_details.php3; config.inc.php3: Fixed some
  2267.       coding style inconcistencies.
  2268.  
  2269. 2001-08-14  LoÔc Chapeaux  <lolo@phpheaven.net>
  2270.     * lib.inc.php3; db_readdump.php3, lines 85-88: Fixed some coding style
  2271.       inconcistencies and make the patch from Robin PHP3 compatible.
  2272.     * tbl_alter.php3, lines 30-42: Make the patch from Robin PHP3 compatible
  2273.       and fixed some spaces bug in the generated query.
  2274.     * tbl_addfield.php3, lines 22: Applied patch for the bug #449858 to this
  2275.       script.
  2276.     * db_details.php3, lines 182: Fixed first part of bug #449817.
  2277.  
  2278. 2001-08-14  Robin Johnson  <robbat2@orbis-terrarum.net>
  2279.     * tbl_alter.php3: Patch for bug #449858 from Ignacio Vazquez-Abrams. First
  2280.       patch used, not second one.
  2281.  
  2282. 2001-08-10  Robin Johnson  <robbat2@orbis-terrarum.net>
  2283.     * lib.inc.php3; db_readdump.php3, lines 85-88: Fixed bug #448206 (support
  2284.       of table aliases) - added expand_sql_query in lib.inc.php3 and a loop in
  2285.       db_readdump.php3 to apply it.
  2286.  
  2287. 2001-08-10  LoÔc Chapeaux  <lolo@phpheaven.net>
  2288.     * phpinfo.php3, lang/*: fixed some coding style inconcistencies.
  2289.     * tbl_change.php3, line 2: fixed $id issue.
  2290.     * define.php3: optimized a bit the MySQL version query.
  2291.  
  2292. 2001-08-10  Marc Delisle  <lem9@users.sourceforge.net>
  2293.     * russian updates (2 files) thanks to Max Zhivluck.
  2294.     * slovak updates thanks to Lubos Klokner.
  2295.     * defines.inc.php3, bug 449800, missing @.
  2296.  
  2297. 2001-08-10  Steve Alberty  <alberty@neptunlabs.de>
  2298.     * defines.inc.php3: improve mysql version query, thanks to Dan Allen.
  2299.     * tbl_properties.php3: remove bug with no default server.
  2300.  
  2301. 2001-08-10  Robin Johnson  <robbat2@orbis-terrarum.net>
  2302.     * Feature 445699, New link "Show PHP information" - Added on main.php3.
  2303.  
  2304. 2001-08-10  LoÔc Chapeaux  <lolo@phpheaven.net>
  2305.     * tbl_replace.php3, lines 76, 78, 86, 88, 137, 139, 147, 149: fixed some
  2306.       others slashes bugs.
  2307.     * defines.inc.php3, lines 41 & 43: merged patch #449548 (fix for mysql
  2308.       error on no default server) thanks to
  2309.       Kendrick Vargas <drama@users.sourceforge.net>.
  2310.  
  2311. 2001-08-09  Olivier M¸ller  <om@omnis.ch>
  2312.     * releasing 2.2.0rc4
  2313.  
  2314. 2001-08-09  Armel Fauveau  <armel.fauveau@globalis-ms.com>
  2315.     * Update Documentation.html (bookmark and stduser priv).
  2316.  
  2317. 2001-08-09  LoÔc Chapeaux  <lolo@phpheaven.net>
  2318.     * sql.php3:
  2319.         - removed lines 10-13: Marc fix generates bugs
  2320.         - lines 220-228: added a js test to ensure bookmark label is not empty.
  2321.     * tbl_select.php3, lines 144-164: fixed bug #449430 (Quote/Select bug on
  2322.       2.2.0rc4) and optimized a bit this part of the script.
  2323.     * lib.inc.php3, line 908: beautify the generated html code.
  2324.     * db_readdump.php3; db_details.php3: fixed an other slashes bug.
  2325.     * lang/polish.inc.php3, documentation.html, credits: updated translation
  2326.       thanks to Jakub Wilk <ubanus@users.sourceforge.net>.
  2327.  
  2328. 2001-08-08  Marc Delisle  <lem9@users.sourceforge.net>
  2329.     * tbl_change.php3, enum values were not displayed
  2330.     * sql.php3, bug of strange display after a Select
  2331.  
  2332. 2001-08-08  Olivier M¸ller  <om@omnis.ch>
  2333.     * new script create-release.sh
  2334.     * moved scripts to a new subdirectory "scripts/"
  2335.     * main.php3: fix: display link to user_details.php3 also
  2336.       in non adv_auth mode
  2337.  
  2338. 2001-08-08  LoÔc Chapeaux  <lolo@phpheaven.net>
  2339.     * tbl_replace.php3: fixed some coding style inconcistencies and optimized a
  2340.       bit both the '$set$' switch cases.
  2341.     * ldi_check.php3: fixed bug #448522 (Insert Data Error on Win32-Server).
  2342.     * tbl_change.php3, lines 165 & 287: removed erroneous <lf>.
  2343.     * lib.inc.php3:
  2344.         - line 947: fix a bug when primary key values contain slashes.
  2345.         - merged patch #443393.
  2346.     * tbl_select.php3, lang/*: applied patch #443230 (Display order in
  2347.       tbl_select.php3).
  2348.     * db_readdump.php3, lines 51-53: try a fix for bug #446982 (Dump files
  2349.       ignored with Windows server).
  2350.  
  2351. 2001-08-08  Steve Alberty  <alberty@neptunlabs.de>
  2352.     * tbl_replace.php3: remove warning in a new row if a 'set' field is not
  2353.       selected.
  2354.  
  2355. 2001-08-07  Robin Johnson  <robbat2@orbis-terrarum.net>
  2356.     * user_details.php3, line 664: fixed '<?echo' to '<?php echo' for XML
  2357.       compatiblity.
  2358.  
  2359. 2001-08-07  LoÔc Chapeaux  <lolo@phpheaven.net>
  2360.     * lib.inc.php3 & sql.php3: fix for the order bugs (need to be tested).
  2361.     * tbl_change.php3, line 244-246: fixed a possible warning.
  2362.     * db_details.php3, db_readdump.php3: fixed a slashes bug.
  2363.     * db_details.php3, tbl_properties.php3, lang/*: improved js validation
  2364.       tests (and reduced server charge).
  2365.  
  2366. 2001-08-07  Marc Delisle  <lem9@users.sourceforge.net>
  2367.     * bug 448737 user_details.php typos
  2368.  
  2369. 2001-08-06  Marc Delisle  <lem9@users.sourceforge.net>
  2370.     * lib.inc.php3, new code from Loic to avoid showing BLOB when displaying
  2371.       a TEXT field
  2372.     * sql.php3, bug 448226 (Missing MySQL messages), correction from Loic.
  2373.     * tbl_change.php3, bug 442778, Edit record with two similar SET fields
  2374.     * tbl_replace.php3, could not save a row with a set which has no value
  2375.         selected
  2376.     * sql.php3, bug 444749 SQL DATE & TIME FUNCTION ERROR
  2377.  
  2378. 2001-08-06  LoÔc Chapeaux  <lolo@phpheaven.net>
  2379.     * tbl_change.php3, line 250: fixed a bug with set fields.
  2380.  
  2381. 2001-08-06  Steve Alberty  <alberty@nepunlabs.de>
  2382.     * index.php3: remove warning under Apache 2.0.23-dev
  2383.  
  2384. 2001-08-05  LoÔc Chapeaux  <lolo@phpheaven.net>
  2385.     * lib.inc.php3: create the variable $is_show_processlist so the same
  2386.       regular expression dont have to be tested three times.
  2387.     * ob_lib.inc.php3, lines 34-42: 'get_cfg_var' is only a second best
  2388.       solution (it won't yake into account httpd.conf directives when php is
  2389.       loaded as an apache module, for example).
  2390.  
  2391. 2001-08-04  Marc Delisle  <lem9@users.sourceforge.net>
  2392.     * ob_lib.inc.php3, oops: must be PHP3 compatible.
  2393.     * sql.php3: bug 447771 bad counting of entries, patch developed from an
  2394.       from an idea of Ignacio Vazquez-Abrams (ivazquezabrams).
  2395.     * tbl_properties.php3: check if new variables $cfgGZipDump and
  2396.       $cfgBZipDump are set (else PHP3 complains).
  2397.     * db_details.php3: was not using those 2 new variables.
  2398.  
  2399. 2001-08-04  Steve Alberty  <alberty@neptunlabs.de>
  2400.     * lib.inc.php3: fixed #444017 (thanks anonymous).
  2401.     * db_details.php3, tbl_replace.php3, sql.php3, user_details.php3
  2402.       fixed #444542 - replace preg_xxx with ereg (thanks Marc).
  2403.  
  2404. 2001-08-04  LoÔc Chapeaux  <lolo@phpheaven.net>
  2405.     * config.inc.php3, db_details.php3, Documentation.html,
  2406.       tbl_properties.php3: added two directives to disable the use of
  2407.       compression for dump files.
  2408.     * Documentation.html: fixed some typos thanks to Larry Meaney.
  2409.     * lang/chinese_big5.inc.php3: updated thanks to
  2410.       Taiyen Hung ¨xÆı§∏<yen789@pchome.com.tw>.
  2411.     * db_details.php3, lines 292-296: queries retained and displayed into the
  2412.       textearea when stripslashed one time more than required.
  2413.     * tbl_properties.php3: fixed some coding inconcistencies (tabs, ...) and
  2414.       added a link to empty the current table.
  2415.     * ob_lib.inc.php3, line 34: ini_get is a php4 only function and may be
  2416.       disabled -> put an @ before it is called to avoid errors.
  2417.  
  2418. 2001-08-03  LoÔc Chapeaux  <lolo@phpheaven.net>
  2419.     * lang/*: updated so they are xhtml1.0 valid and fits PEAR codding
  2420.       standards.
  2421.     * todo; functions.js; license; left.js: executed remove_control_m.sh.
  2422.     * config.inc.php3: removed the error_reporting statement (usefull for
  2423.       debugging but not so nice for a release) and fixed some coding
  2424.       inconcistencies.
  2425.     * credits: Benjamin Gandon is an official developper now.
  2426.     * db_details.php3; header.inc.php3, lines 11-12; index.php3, line 36;
  2427.       main.php3; ob_lib.inc.php3; tbl_change.php3; tbl_properties.php3;
  2428.       tbl_qbe.php3, tbl_select.php3: fixed some coding inconcistencies.
  2429.     * Documentation.html: reordered so it fits the configuration file order.
  2430.     * footer.inc.php3, lines 15-16: added tests to ensure $cfgOBGzip and
  2431.       $ob_mode not only exists but are also true.
  2432.     * db_readdump.php3; lib.inc.php3 & sql.php3: fixed some bugs with the
  2433.       bookmark feature and some coding inconcistencies.
  2434.     * tbl_copy.php3, line 57: fixed a possible mysql error.
  2435.     * tbl_create.php3: simplified the code.
  2436.     * tbl_replace.php3: fixed a typo.
  2437.  
  2438. 2001-08-03  Marc Delisle  <lem9@users.sourceforge.net>
  2439.     * tbl_change.php3: current value of enums was lost.
  2440.     * bug 445348, if ob_gzhandler already set in php.ini, patch by
  2441.       Garth Gillespie, modified by me
  2442.  
  2443. 2001-08-03  Steve Alberty  <alberty@neptunlabs.de>
  2444.     * tbl_properties.php3, db_details.php3: fixed problem with table size
  2445.       display and Non-ISAM tables.
  2446.     * tbl_qbe.php3: remove some warnings in higher errorlevel
  2447.  
  2448. 2001-08-03  Olivier M¸ller  <om@omnis.ch>
  2449.     * Generated Documentation.txt based on Documentation.html (not everybody is
  2450.       having a webbrowser on their servers... :)
  2451.       But please do continue to work *ONLY* on Documentation.html. And then
  2452.       just run a "lynx Documentation.html --dump > Documentation.txt" to update
  2453.       the .txt file.
  2454.       If you don't have lynx, don't worry, I'll update this file myself anyway
  2455.       on every release.
  2456.     * removed contents of INSTALL (now points to the Documentation) and updated
  2457.       README.
  2458.  
  2459. 2001-08-02  Marc Delisle  <lem9@users.sourceforge.net>
  2460.     * tbl_qbe.php3: workaround a PHP3 problem.
  2461.     * tbl_change.php3: bug 446830 (enums), adapted patch from
  2462.       Ignacio Vazquez-Abrams (ivazquezabrams).
  2463.     * tbl_change.php3: bug 445722 when one of the enums is a datatype
  2464.       enum('text','audio','image','video','data','application','other').
  2465.     * removed DEVELOPERS (merged in Documentation.html).
  2466.  
  2467. 2001-08-02  Benjamin Gandon <gandon@isia.cma.fr>
  2468.     * Documentation.html: added a FAQ entry about the buggy php package still
  2469.       available for RedHat 7.0 update.
  2470.     * lib.inc.php3: corrected the original bug of split_sql() (present much
  2471.       before 2.1.0). Removed the quick hack to handle queries containing
  2472.       "('\\')". The alorithm is ok now.
  2473.  
  2474. 2001-08-02  Steve Alberty  <alberty@neptunlabs.de>
  2475.     * sql.php3: fix confirm bug with the new backquotes.
  2476.     * db_readdump.php3: mysql_die2 to mysql_die.
  2477.  
  2478. 2001-08-01  Marc Delisle  <lem9@users.sourceforge.net>
  2479.     * executed remove_control_m.sh on *.php3
  2480.  
  2481. 2001-08-01  Armel Fauveau <armel.fauveau@globalis-ms.com>
  2482.     * extchg.sh : \r\n to \n and patch request #444789
  2483.  
  2484. 2001-07-31  Armel Fauveau <armel.fauveau@globalis-ms.com>
  2485.     * bookmark support now advanced auth
  2486.  
  2487. 2001-07-31  Marc Delisle  <lem9@users.sourceforge.net>
  2488.     * tbl_change.php3: extra characters were being inserted into blobs
  2489.     * db_details.php3: bad link, thanks Steve!
  2490.     * lang/*: missing strAffectedRows, thanks to Steve
  2491.  
  2492. 2001-07-31  Steve Alberty  <alberty@neptunlabs.de>
  2493.     * tbl_create.php3: add warning if table name empty
  2494.  
  2495. 2001-07-30  Marc Delisle  <lem9@users.sourceforge.net>
  2496.     * merge Loic's version to cvs
  2497.     * spanish.inc.php3 updates, thanks to
  2498.       Gabriel Ginard <gginard@navegalia.com>
  2499.     * tbl_change.php3: bug 443760: binary attribute does not mean that the
  2500.       contents is binary, so they should be editable
  2501.     * new $cfgProtectBlob, protecting editing of blobs is optional
  2502.  
  2503. 2001-07-28  Marc Delisle  <lem9@users.sourceforge.net>
  2504.     * lib.inc.php3: establish constraints for the code, to get PHP3
  2505.       compatibility
  2506.     * tbl_qbe.php3: add checks for unset variables
  2507.  
  2508. 2001-07-27  Marc Delisle  <lem9@users.sourceforge.net>
  2509.     * tbl_select.php3 and dynamic field size
  2510.  
  2511. 2001-07-25  Marc Delisle  <lem9@users.sourceforge.net>
  2512.     * Backport fixes from cvs made after the fork, to LoÔc's version
  2513.  
  2514. 2001-07-24  Marc Delisle  <lem9@users.sourceforge.net>
  2515.     * updates to french
  2516.     * select_lang.inc.php3, lang/: new slovak translation thanks to
  2517.       Lubos Klokner <erkac@vault-tec.sk>
  2518.     * main.php3: bug 443710 Create New Database option: was working only if
  2519.       stduser has Global privileges on all databases.
  2520.     * footer.inc.php3: if new $cfgOBGzip is not defined
  2521.  
  2522. 2001-07-24  Steve Alberty  <alberty@neptunlabs.de>
  2523.     * tbl_copy.php3: fix parameter count, thanks Marc
  2524.     * Documentation.html: order $cfg sequence and add description of
  2525.       of $cfgSkipLockedTables and $cfgLeftWidth
  2526.  
  2527. 2001-07-24  Geert Lund  <glund@silversoft.dk>
  2528.     * danish language file code cleanup (only changed order of strings)
  2529.     * added $strQBEDel and $strQBEIns strings to all language files
  2530.     * tbl_qbe.php3: added language support (stripped all static text) (Feat.
  2531.       req.: #443959)
  2532.     * updated slovak-iso.inc.php3 to include english strings to be translated
  2533.       for the tbl_qbe.php3
  2534.  
  2535. 2001-07-23  Marc Delisle  <lem9@users.sourceforge.net>
  2536.     * updates to italian thanks to Alessandro Astarita <aleast@libero.it>
  2537.     * updates to catala  thanks to Jordi Bruguera <jordi@t800.grn.es>
  2538.     * updates to spanish thanks to Gabriel Ginard <gginard@naveglia.com>
  2539.     * updates to czech-iso and czech-win1250,thanks to Michal Cihar (nijel)
  2540.     * config.inc.php3, Documentation.html, footer.inc.php3, header.inc.php3:
  2541.       bug 443318 Undefined variable: ob_mode. Fixed thanks to
  2542.       Jeremy Brand <jeremy@nirvani.net>
  2543.  
  2544. 2001-07-23  Steve Alberty  <alberty@neptunlabs.de>
  2545.     * tbl_properties.php3: correct small display bugs
  2546.     * sql.php3: complement list of 'show' options to suppress 'insert new row'
  2547.  
  2548. 2001-07-22  Olivier M¸ller  <om@omnis.ch>
  2549.     * releasing 2.2.0rc3
  2550.  
  2551. 2001-07-21  Steve Alberty  <alberty@neptunlabs.de>
  2552.     * config.inc.php3,index.php3: add $cfgLeftWidth to configure individual
  2553.       left frame width
  2554.     * db_details.php3,tbl_properties.php3: fix incorrect size calculation with
  2555.       merge tables BUG: #442948
  2556.  
  2557. 2001-07-21  LoÔc Chapeaux  <lolo@phpheaven.net>
  2558.     Started a new dev. version (or the next RC?):
  2559.     * added the ability to use special characters in databases, tables and
  2560.       fields' names    with the help of backquotes.
  2561.     * added a checkbox to let the user choose whether he wants backotes or
  2562.       not in the dumps he requires.
  2563.     * navigation bar only shows what can be done.
  2564.     * fixed bug #439565 (Bug with &amp;# characters type), at least I
  2565.       hope so.
  2566.     * except 'users_details.php3' I've got to work on, all the scripts
  2567.       validates CSS2 now and, as far as possible, XHTML1.0.
  2568.       They have been rewriiten according to the PEAR standards.
  2569.  
  2570. 2001-07-21  LoÔc Chapeaux  <lolo@phpheaven.net>
  2571.     * ob.lib.inc.php3, lines 50-54 & 73-76: fixed a bug with php3.
  2572.  
  2573. 2001-07-20  Marc Delisle  <lem9@users.sourceforge.net>
  2574.     * HTTP compression patch thanks to Jeremy Brand <jeremy@nirvani.net>
  2575.     header.inc.php3, footer.inc.php3, ob_lib.inc.php3
  2576.  
  2577. 2001-07-20  Steve Alberty  <alberty@neptunlabs.de>
  2578.     * tbl_replace.php3: remove warnings if you update 'set' and nothing
  2579.       is selected
  2580.  
  2581. 2001-07-19  LoÔc Chapeaux  <lolo@phpheaven.net>
  2582.     * db_details.php3, lib.inc.php3 & sql.php3: fixed some bugs with the patch
  2583.       from Laurent Haas merged the day before.
  2584.  
  2585. 2001-07-19  LoÔc Chapeaux  <lolo@phpheaven.net>
  2586.     * db_details.php3 & lib.inc.php3: patch from Laurent Haas <mci@free.fr>
  2587.       that allows to remember and modify a sql query submitted.
  2588.       Fixed some bugs with this feature latter in the morning
  2589.  
  2590. 2001-07-19  Marc Delisle  <lem9@users.sourceforge.net>
  2591.     * config.inc.php3, tbl_change.php3, db_details.php3, lib.inc.php3,
  2592.       tbl_properties.php3, tbl_properties_inc.php3, tbl_select.php3,
  2593.       Documentation.html:
  2594.       Feature #429771: dynamic lenght for input fields, and new config
  2595.       for textareas
  2596.  
  2597. 2001-07-18  Steve Alberty  <alberty@neptunlabs.de>
  2598.     * left.php3: add 'or mysql_die()' for mysql_list_dbs to suppress
  2599.       'unable to save result' warnings
  2600.     * defines.inc.php3: fix bug #442493 and add second version
  2601.       identification. if fails mysql_major_version=3.21
  2602.  
  2603. 2001-07-18  Marc Delisle  <lem9@users.sourceforge.net>
  2604.     * tbl_change.php3, bug 442337: a bad line split was adding a blank
  2605.       in front of the $sql_query, so a check for ^SELECT would not work
  2606.       and LIMIT was not added to the query
  2607.  
  2608. 2001-07-18  Olivier M¸ller  <om@omnis.ch>
  2609.     * set current version number to 2.2.0rc3 (which should become 2.2.0-final)
  2610.     * tbl_change.php3: feature #442402: while editing a record, the function
  2611.       of the first timestamp field will be set by default to "NOW()" :
  2612.       same behaviour as the command line mysql client.
  2613.  
  2614. 2001-07-17  LoÔc Chapeaux  <lolo@phpheaven.net>
  2615.     * added credits for Benjamin Gandon <gandon@isia.cma.fr> in this file,
  2616.       credits and documentation.
  2617.  
  2618. 2001-07-17  Marc Delisle  <lem9@users.sourceforge.net>
  2619.     * user_details.php3, bugs 441987, 441990:
  2620.       corrections thanks to vinay and girish @sanisoft.com
  2621.     * tbl_properties.php3, new link to drop table, thanks to
  2622.       Stuart Logan <logan69@users.sourceforge.net> for the idea
  2623.  
  2624. 2001-07-17  Steve Alberty  <alberty@neptunlabs.de>
  2625.     * tbl_addfield.php3: add trouble detection if insert field failed
  2626.     * tbl_rename.php3,tbl_copy.php3: block table rename if newname empty
  2627.  
  2628. 2001-07-16  Marc Delisle  <lem9@users.sourceforge.net>
  2629.     * tbl_change.php3, bug 441689, "Insert as new row" was not copying blobs.
  2630.  
  2631. 2001-07-16  LoÔc Chapeaux  <lolo@phpheaven.net>
  2632.     * tbl_dump.php3, line 26: fixed bug #441571 (Gzipped dumps have wrong
  2633.       extension).
  2634.     * Updated polish translation thanks to Piotr Roszatycki.
  2635.  
  2636. 2001-07-16  Steve Alberty  <alberty@neptunlabs.de>
  2637.     * tbl_changes.php3: make it possible to edit empty binary fields
  2638.     * tbl_properties.php3: disable nowrap on enum and set <td>'s
  2639.     * lib.inc.php3: print '0' instead of '' if result count < SelectNumRows
  2640.  
  2641. 2001-07-15  Marc Delisle  <lem9@users.sourceforge.net>
  2642.     * small patch from vinay and girish @sanisoft.com:
  2643.       db_details.php3: new checkbox for optional re-display of query
  2644.       (lang/*.php3)
  2645.  
  2646. 2001-07-15  Olivier M¸ller  <om@omnis.ch>
  2647.     * releasing 2.2.0rc2
  2648.  
  2649. 2001-07-15  Marc Delisle  <lem9@users.sourceforge.net>
  2650.     * new script remove_control_m.sh
  2651.     * all php3 files which had control M
  2652.  
  2653. 2001-07-15  LoÔc Chapeaux  <lolo@phpheaven.net>
  2654.     * db_details.php3, tbl_properties.php3, functions.js, tbl_dump.php3,
  2655.       documentation.html, translations: added bzip support for dump files.
  2656.     * ldi_check.php3, lines 64-66: $sql_query wasn't defined if
  2657.       'magic_quotes_gpc' was off.
  2658.  
  2659. 2001-07-14  Armel Fauveau <armel.fauveau@globalis-ms.com>
  2660.     * Added a warning concerning bookmark feature and advanced auth
  2661.  
  2662. 2001-07-14  Marc Delisle  <lem9@users.sourceforge.net>
  2663.             LoÔc Chapeaux  <lolo@phpheaven.net>
  2664.     * Documentation.html: added a requirement section, rewritten the entry
  2665.       about the use of advanced authentification.
  2666.  
  2667. 2001-07-14  LoÔc Chapeaux  <lolo@phpheaven.net>
  2668.     * lib.inc.php3, tbl_dump.php3: limitation feature for data dumps wasn't
  2669.       working with CSV exports.
  2670.  
  2671. 2001-07-13  LoÔc Chapeaux  <lolo@phpheaven.net>
  2672.     * lib.inc.php3, tbl_dump.php3, tbl_properties.php3, translations: added a
  2673.       limitation feature for data dumps thanks to
  2674.       Girish Nair <girish@sanisoft.com> and Vinay <vinay@sanisoft.com>.
  2675.     * lib.inc.php3, lines 785-847: rewritten the 'show_message' function in
  2676.       order it generates a valid xhtml1.0 code and the programatically added
  2677.       'LIMIT' clause is displayed only if it has been trully used.
  2678.     * tbl_properties.php3: cosmetic changes (added some more 'nowrap').
  2679.     * sql.php3:
  2680.       - lines 40-43: fixed a bug with '<', '>' and '"' characters and put a new
  2681.         fix for bug #439565;
  2682.       - line 73: $reload value must be a string (not a boolean);
  2683.       - lines 83-89: fixed a bug if the sql query contains a 'limit' clause
  2684.         typed by the user.
  2685.     * db_readdump.php3.php3, line 64: removed a faulty fix for bug #439565.
  2686.     * left.php3: no DHTML if there is only one table to display
  2687.       (feature #440420)
  2688.  
  2689. 2001-07-12  Marc Delisle  <lem9@users.sourceforge.net>
  2690.     * Documentation.html: added a FAQ entry about upload errors
  2691.  
  2692. 2001-07-12  LoÔc Chapeaux  <lolo@phpheaven.net>
  2693.     * tbl_dump.php3, lines 64-93; lib.inc.php3, lines 722-774;
  2694.       tbl_properties.php3, line 612: fixed some inconsistencies in the
  2695.       csv export feature.
  2696.     * tbl_properties.php3: fixed an IE5.0 display bug and an other one with
  2697.       Mozilla, also some cometic changes (added some 'nowrap').
  2698.     * db_details.php3: cometic changes (added some 'nowrap').
  2699.     * lib.inc.php3, line 969: fixed a wrong comparaison.
  2700.     * left.js, line 182: fixed bug #440609 (Javascript error on left frame
  2701.       (IE4.0)).
  2702.     * left.php3, line 63: fixed a bug in the css.
  2703.     * Documentation.html: fixed a typo ("developpers" with two "p").
  2704.     * french.inc.php3: updated translation.
  2705.  
  2706. 2001-07-12  Steve Alberty  <alberty@neptunlabs.de>
  2707.     * tbl_properties.php3: remove display "Avg_row_length" if zero
  2708.  
  2709. 2001-07-11  LoÔc Chapeaux  <lolo@phpheaven.net>
  2710.     * tbl_properties.php3, db_details.php3: fixed some bugs with php3
  2711.       (0 != empty).
  2712.     * lib.inc.php3, lines 14-15: fixed bug #440430 with php3.
  2713.     * grab_globals.inc.php3, tbl_printview.php3: removed the '^M' at the end of
  2714.       some lines.
  2715.     * select_lang.php3: function_exists() is available since php 3.0.7 only.
  2716.     * Documentation.html: rewritten to validates xhtml1.0 & css2, added some
  2717.       words about a common socket error, removed link to deepthought.texsci.edu
  2718.       (no long exists) and updated credits.
  2719.     * install.txt, lines 46-47: removed link to deepthought.texsci.edu (no long
  2720.       exists).
  2721.     * french translation updated thanks to Laurent Haas.
  2722.  
  2723. 2001-07-11  Steve Alberty  <alberty@neptunlabs.de>
  2724.     * tbl_properties.php3: fix division by zero error
  2725.     * tbl_change.php3: enlarge binary protection to (var)char binary
  2726.       types
  2727.     * db_details.php3: fix disfigurement if table size 0 Bytes
  2728.  
  2729. 2001-07-09  LoÔc Chapeaux  <lolo@phpheaven.net>
  2730.     * header.inc.php3: cosmetic changes.
  2731.     * tbl_properties.php3, db_details.php3, functions.js: export the js work
  2732.       from the formers to the later.
  2733.     * tbl_properties.php3, line 657, 662 & 673: fixed invalid colspan values.
  2734.     * db_details.php3, line 210: count_records already displays the number of
  2735.       records in the valid format. Fixed thanks to Laurent HAAS <mci@free.fr>.
  2736.     * Updated the Spanish translation thanks to
  2737.       Martin Marconcini <megadeth@millic.com.ar>.
  2738.  
  2739. 2001-07-10  Steve Alberty  <alberty@neptunlabs.de>
  2740.     * tbl_properties.php3: add avg row size
  2741.  
  2742. 2001-07-10  Marc Delisle  <lem9@users.sourceforge.net>
  2743.     * tbl_properties.php3, feature 439394 (browse link at top of page)
  2744.  
  2745. 2001-07-09  LoÔc Chapeaux  <lolo@phpheaven.net>
  2746.     * lib.inc.php3, lines 865-867; main.php3, line 78; left.php3, line 55;
  2747.       left.js, line 116: fixed some bugs (including #439553) when
  2748.       $cfgServerDefault is set to 0 in the config file.
  2749.     * db_details.php3, tbl_properties.php3: fixed display problems with NS4+
  2750.       (including bug #439962).
  2751.     * db_details.php3, line 185: fixed a bug if there is no indexes.
  2752.  
  2753. 2001-07-09  LoÔc Chapeaux  <lolo@phpheaven.net>
  2754.     * db_details.php3, lines 273-275: vertically center bookmarks options.
  2755.     * tbl_properties.php3: rewritten the script so it fits XHTML1.0 and PEAR
  2756.       standards, limit the number of "options" displayed if the is no table
  2757.       in the db and beautity a bit the display.
  2758.     * languages files: replaced 'Gzip' by '"gzipped"'.
  2759.     * Updated both the Czech translation thanks to
  2760.       Michal Cihar <cihar@email.cz>.
  2761.  
  2762. 2001-07-09  Marc Delisle  <lem9@users.sourceforge.net>
  2763.     * bug 439572, left.php3: added a @ before mysql_list_tables,
  2764.       to try to get rid of a warning (cause: too many tables?)
  2765.     * bug 439709, tbl_properties.php3: show table maintenance options
  2766.       based on table type
  2767.     * bug 439565, lib.inc.php3, db_readdump.php3, could not do:
  2768.       DELETE FROM inscrit WHERE pseudo='test'ap';
  2769.  
  2770. 2001-07-08  LoÔc Chapeaux  <lolo@phpheaven.net>
  2771.     * lib.inc.php3, line 742: Documentation is now loaded in its own window.
  2772.     * db_details.php3: rewritten the script so it fits XHTML1.0 and PEAR
  2773.       standards, limit the number of "options" displayed if the is no table
  2774.       in the db and beautity a bit the display.
  2775.  
  2776. 2001-07-07  Armel Fauveau <armel.fauveau@globalis-ms.com>
  2777.     * add gzip dump feature (Feature #420812)
  2778.  
  2779. 2001-07-07  Marc Delisle  <lem9@users.sourceforge.net>
  2780.     * bug 439340: do not backquote in grant/revoke, will have to find
  2781.       the proper way to protect special db names
  2782.     * bug 439313 extchg.sh not recursive
  2783.  
  2784. 2001-07-07  LoÔc Chapeaux  <lolo@phpheaven.net>
  2785.     * left.php3: improved the css.
  2786.     * left.js: try to "fix" the Opera and Konqueror bug (bad DOM implemenation
  2787.       -> list is no long expandable/collapsible with this browsers).
  2788.     * sql.php3, lines 85-93: fix suggested by
  2789.       Michael Tacelosky <tac@smokescreen.org> into the phpwizard forum.
  2790.     * functions.js, lines 21 & 29; lib.inc.php3, lines 76-84; language files:
  2791.       outsourced error messages.
  2792.     * left.js, left.php3, header.php3, language files: the font family is now
  2793.       language dependant.
  2794.     * tbl_properties.inc.php3: removed an unnecessary php closing tag and
  2795.       commited some cosmetic changes.
  2796.     * lib.inc.php3, lines 706 & 946-950; db_details.php3, lines 96 & 118;
  2797.       language files: thousands and decimal separators are now language
  2798.       dependant, size units also.
  2799.     * tbl_dump.php3, lines 78: Added a '#' before 'No tables found' so the
  2800.       generated dump file may be imported later even if there is no table.
  2801.     * tbl_dump.php3, lines 9-11: Fixed a bug if an user requires a gziped dump
  2802.       but forget to check the transmit checkbox.
  2803.     * db_printview.php3, line 29: Cosmetic change in column case name.
  2804.  
  2805. 2001-07-06  LoÔc Chapeaux  <lolo@phpheaven.net>
  2806.     * users_details.php3: fixed many little scripting bugs.
  2807.     * function.js: rewritten to fit javascript standards (eval function was
  2808.       deprecated a long time ago).
  2809.     * sql.php3, lines 39-41: fixed bug #438895 (No mixed " and ' possible).
  2810.     * tbl_properties.php3, line 233: removed an unnecessary ';'!
  2811.     * left.php3: fixed bug #438987 (Blank lines with IE5+)
  2812.     * ldi_table.php3, line 56: fixed an invalid anchor in the documentation
  2813.       link (tahnks to Laurent Haas).
  2814.  
  2815. 2001-07-06  Marc Delisle  <lem9@users.sourceforge.net>
  2816.     * bug #438749 Database lockout: main.php3, we now show "Create
  2817.       database" if user has Create priv on an inexistant db
  2818.  
  2819. 2001-07-06  Olivier M¸ller  <om@omnis.ch>   [uid23515]
  2820.     * releasing 2.2.0rc1 and cleaned up old cvs tree
  2821.  
  2822. 2001-07-05  LoÔc Chapeaux  <lolo@phpheaven.net>
  2823.     * lib.inc.php3: Patch #438708 (Changes to display_table) thanks to
  2824.       Thomas Kl‰ger.
  2825.     * header.inc.php3, line 53: fixed bug #438743 (Odd behaviour after drop
  2826.       database).
  2827.  
  2828. 2001-07-04  Marc Delisle  <lem9@users.sourceforge.net>
  2829.     * bug #438319 (IE 5.5 and "Add a new user"): user_details.php3,
  2830.       thanks to LoÔc Chapeaux  <lolo@phpheaven.net>
  2831.  
  2832. 2001-07-04  Olivier M¸ller  <om@omnis.ch>   [uid23515]
  2833.     * set version to 2.2.0rc1
  2834.     * removed anything about "unofficial" from the pages
  2835.     * updated links, and labels in all lang files
  2836.     * General cleanups and updates in the docs and README files
  2837.     * Started Documentation.html redesign
  2838.  
  2839. 2001-07-03  Marc Delisle  <lem9@users.sourceforge.net>
  2840.     * lib.inc.php3: patch from Chee Wai for illegal index
  2841.     * lang/brazilian_portuguese.inc.php3 update from
  2842.       Flavio Borges Botelho <nuncanada@ig.com.br>
  2843.  
  2844. 2001-07-03  Steve Alberty  <alberty@neptunlabs.de>
  2845.     * tbl_properties.php3: fix minor bug under PHP3 with space usage display
  2846.  
  2847. 2001-07-02  LoÔc Chapeaux  <lolo@phpheaven.net>
  2848.     * left.js & left.php3: font face now depends on charset (temporary fix).
  2849.  
  2850. 2001-07-02  Marc Delisle  <lem9@users.sourceforge.net>
  2851.     * bug 436108, quotes into manual requests: db_readdump.php3
  2852.  
  2853. 2001-07-01  Marc Delisle  <lem9@users.sourceforge.net>
  2854.     * user_details.php3, lang/*: privileges in MySQL-speak
  2855.     * new script lang/remove_message.sh
  2856.  
  2857. 2001-07-01  LoÔc Chapeaux  <lolo@phpheaven.net>
  2858.     * left.php3: rewritten so it becomes as far as possible xhtml1.0 compliant.
  2859.     * header.php3: rewritten styles so the font face is valid with non-latin1
  2860.       charsets.
  2861.     * spacer.gif was broken (strange display with NS).
  2862.  
  2863. 2001-06-30  Marc Delisle  <lem9@users.sourceforge.net>
  2864.     * tbl_change.php3, lang/*: merge patch: "do not edit blobs" from
  2865.       Bernard M. Piller <bernard@bmpsystems.com>
  2866.  
  2867. 2001-06-30  Olivier M¸ller  <om@omnis.ch>
  2868.     IMPORTANT : FROM NOW, PLEASE COMMIT YOUR CHANGES IN THE PHPMYADMIN-DEVEL BRANCH!
  2869.     THE PHPMYADMIN-DEVEL BRANCH (where you are now) WILL BECOME THE MAIN BRANCH
  2870.     AS SOON AS THE SF STAFF MAKE THE CHANGE
  2871.  
  2872. 2001-06-30  LoÔc Chapeaux  <lolo@phpheaven.net>
  2873.     * db_details.php3, line 27: fixed a bug with PHP3 thanks to
  2874.       Laurent Haas <mci@free.fr>.
  2875.     * tbl_printview.php3, line 20: moved mysql_select_db else the script can't
  2876.       run with a mysql version < 3.23, thanks to Laurent Haas <mci@free.fr>.
  2877.     * tbl_select.php3, lines 86, 96, 103-109: applied patch #437514 (Bug +
  2878.       Improvement in tbl_select) suggested by Laurent Haas and fixed some
  2879.       double quotes bugs.
  2880.     * lib.inc.php3, lines 364-372: applied patch #437127 (Toggle Column Sorting
  2881.       ASC/DESC) suggested by Thomas Michael Winningham.
  2882.     * lib.inc.php3, lines 341-343, 385-387: applied patch #437129 (Table Edit
  2883.       Inheritence) suggested by Thomas Michael Winningham.
  2884.     * header.inc.php3: added headers to vaoid the use of cached files (required
  2885.       for Opera)
  2886.  
  2887. 2001-06-29  Marc Delisle  <lem9@users.sourceforge.net>
  2888.     * user_details.php3, js code to protect db and table names
  2889.  
  2890. 2001-06-28  Steve Alberty  <alberty@neptunlabs.de>
  2891.     * fixed bug with dl and PHP 3
  2892.  
  2893. 2001-06-27  Marc Delisle  <lem9@users.sourceforge.net>
  2894.     * add function tbl_name() to protect table names like 00001_Files
  2895.     * bug 434608: support db names with special characters (MySQL >= 3.23.6)
  2896.     (lib.inc.php3, db_create.php3, db_details.php3, tbl_addfield.php3,
  2897.      tbl_alter.php3, user_details.php3 (incomplete))
  2898.  
  2899. 2001-06-27  Steve Alberty  <alberty@neptunlabs.de>
  2900.     * add support for ALTER TABLE ORDER BY
  2901.     * lib.inc.php3: speedup get_table_content for tbl_dump (PHP >= 4.0.5)
  2902.     * tbl_dump: fixed a big bug
  2903.     * db_readdump: fixed warning and a double include
  2904.     * add defines.inc.php3
  2905.  
  2906. 2001-06-26  Steve Alberty  <alberty@neptunlabs.de>
  2907.     * lib.inc.php3: add 3 new Constants:
  2908.       PHPMYADMIN_VERSION, PHP_WINDOWS, PHP_INT_VERSION
  2909.     * add support for dynamic mysql extension
  2910.  
  2911. 2001-06-23  Steve Alberty  <alberty@neptunlabs.de>
  2912.     * tbl_dump.php3: merge with db_dump.php3, db_dump is now obsolete
  2913.     * db_details.php3: change from db_dump.php3 to tbl_dump.php3
  2914.  
  2915. 2001-06-23  LoÔc Chapeaux  <lolo@phpheaven.net>
  2916.     * main.php3: Rewrote this script so it fits PEAR codding standards and
  2917.       produces an xhtml compliant output.
  2918.     * main.php3, user_details.php3, db_details.php3, tbl_properties.inc.php3:
  2919.       fixed bad anchors case in links to the documentation thanks to
  2920.       Laurent HAAS <mci@free.fr>.
  2921.  
  2922. 2001-06-22  Marc Delisle  <lem9@users.sourceforge.net>
  2923.     * sql.php3: bug 434405: percent bug in delete queries
  2924.  
  2925. 2001-06-22  Steve Alberty  <alberty@neptunlabs.de>
  2926.     * tbl_dump.php3: add timecode,mysql version in dump header,
  2927.       add linefeed at end of file and change
  2928.       phpMyAdmin URI to sourceforge
  2929.     * Speed up table copy; use insert select instead of get_table_content
  2930.     * tbl_copy.php3: fixes serious problem with copy table and new
  2931.       structure definition
  2932.  
  2933. 2001-06-18  LoÔc Chapeaux  <lolo@phpheaven.net>
  2934.     * sql.php3, lines 67-68: The left frame is now reloaded when a table is
  2935.       created.
  2936.     * lib.inc.php3, line 668: When the left frame is reloaded after a create or
  2937.       a delete statement, the current database is 'opened'
  2938.  
  2939. 2001-06-20  Alain Brissaud  <alain@brissaud.com>
  2940.     * sql.php3, lines 98-107: Fixed a warning when a table is dropped
  2941.      (bug #434416).
  2942.  
  2943. 2001-06-18  LoÔc Chapeaux  <lolo@phpheaven.net>
  2944.     * The 'bkg.gif' was somewhat corrupted (it caused some annoying problems
  2945.       with NS4+). Fixed thanks to Laurent Hass.
  2946.     * Added Japanese and Korean translation from Sakamoto <info@boreal-net.com>
  2947.     * index.php3, line 3: get the vars sent to this script whatever is the
  2948.       status of the register globals directive.
  2949.     * index.php3, left.php3 & left.js: a perticular database could be displayed
  2950.       as the first page, instead of the main.php3 thanks to Kristof Hamann
  2951.       (feature #432402).
  2952.  
  2953. 2001-06-17  Robin Johnson  <robbat2@orbis-terrarum.net>
  2954.     * Fixed the '<?' tags in user_details.php3 to proper '<?php' to work on a
  2955.       wider set of systems.
  2956.  
  2957. 2001-06-17  LoÔc Chapeaux  <lolo@phpheaven.net>
  2958.     * From Michal Cihar <cihar at email.cz>:
  2959.       - header.inc.php3, left.php3, all translations: added sending of charset
  2960.         in header
  2961.       - updated czech translation
  2962.       - added czech translation in iso-8859-2 and then modified
  2963.         select_lang.inc.php3
  2964.     * main.php3: put the localization links at the top of the page
  2965.     * left.js: optimized again the code for NS4+
  2966.  
  2967. 2001-06-15  Marc Delisle  <lem9@users.sourceforge.net>
  2968.     * bug 433388, patch from Alain Brissaud (hal0802)
  2969.     * feature 429767, ignore empty fields on table create (tbl_create.php3)
  2970.  
  2971. 2001-06-14  Steve Alberty  <alberty@neptunlabs.de>
  2972.     * add support for locked tables (default=off)
  2973.     * add summary on db_details.php3
  2974.  
  2975. 2001-06-12  Marc Delisle  <lem9@users.sourceforge.net>
  2976.     * bug 432091: missing column in show processes
  2977.     * add $strKill
  2978.  
  2979. 2001-06-11  Marc Delisle  <lem9@users.sourceforge.net>
  2980.     * italian translation update by Alessandro Astarita
  2981.     * german translation update by Kristof Hamann (korelstar)
  2982.     * user_details.php3: missing $strPrivileges
  2983.  
  2984. 2001-06-11  Steve Alberty   <alberty@neptunlabs.de>
  2985.     * tbl_properties.php3: suppress Table Maintenance, Comment and Type
  2986.       for MySQL Version < 3.23
  2987.     * tbl_properties.inc.php3,tbl_properties.php3:
  2988.       regards capability of mysql installation to view different table
  2989.       types
  2990.  
  2991. 2001-06-10  Steve Alberty   <alberty@neptunlabs.de>
  2992.     * tbl_select.php3,tbl_change.php3,lib.inc.php3: fixed warnings
  2993.     * db_details.php3: add output of table size
  2994.     * left.php3, left.js: shows minus instead of plus in empty databases
  2995.     * tbl_properties.inc.php3: change 'default' table type to localized
  2996.       string
  2997.     * tbl_properties.php3: insert spaceusage & row statistics, small
  2998.       fixes in output
  2999.  
  3000. 2001-06-10  LoÔc Chapeaux  <lolo@phpheaven.net>
  3001.     * index.php3: ensure the server hostname is find whatever is the php
  3002.       configuration
  3003.  
  3004. 2001-06-09  Armel Fauveau   <armel.fauveau@globalis-ms.com>
  3005.     * add multiple dump feature (Feature #424176)
  3006.  
  3007. 2001-06-08  Marc Delisle  <lem9@users.sourceforge.net>
  3008.     * add hostname in title bar
  3009.  
  3010. 2001-06-07  Marc Delisle  <lem9@users.sourceforge.net>
  3011.     * modify/implement Steve Alberty's patch for complete table dump
  3012.     * implement Alessandro Astarita's patch for data only dump
  3013.  
  3014. 2001-06-06  Armel Fauveau   <armel.fauveau@globalis-ms.com>
  3015.     * patch bookmark section in sql.php3 (bug #430628)
  3016.  
  3017. 2001-06-05  Marc Delisle  <lem9@users.sourceforge.net>
  3018.     * tbl_properties, tbl_printview: quote Comment field
  3019.     * bug 430288: bad parsing of from | FROM
  3020.     * tbl_properties.php3 reorganization
  3021.     * bug when the RunQuery box is empty, fix from Sakamoto
  3022.  
  3023. 2001-06-04  Marc Delisle  <lem9@users.sourceforge.net>
  3024.     * tbl_change, tbl_replace: SaveAsNewRow
  3025.  
  3026. 2001-06-03  Marc Delisle  <lem9@users.sourceforge.net>
  3027.     * lib.inc.php3 select_db commented out
  3028.  
  3029. 2001-06-02  LoÔc Chapeaux  <lolo@phpheaven.net>
  3030.     * users_details.lib.php3: fixed some typos, warnings and little bugs
  3031.     * lib.inc.php3, lines 144 & 147: wrong var names
  3032.     * main.php3, line 135: replaced a 'mysql_db_query'
  3033.  
  3034. 2001-06-01  Marc Delisle  <lem9@users.sourceforge.net>
  3035.     * merge User administration module thanks to Daniel Villanueva (dvilla)
  3036.     * small modifications to this module
  3037.     * new add_message_file.sh
  3038.  
  3039. 2001-05-31  Marc Delisle  <lem9@users.sourceforge.net>
  3040.     * tbl_replace.php3, tbl_change.php3: bug 424771
  3041.  
  3042. 2001-05-30  LoÔc Chapeaux  <lolo@phpheaven.net>
  3043.     * left.js, left.php3 : beautify the way database list is displayed with NS4
  3044.  
  3045. 2001-05-30  Pete Kelly  <webmaster@trafficg.com>
  3046.     * db_readdump.php3, line 57: fixed the bug #427796
  3047.  
  3048. 2001-05-28  LoÔc Chapeaux  <lolo@phpheaven.net>
  3049.     * lib.inc.php3, line 5: fixed a warning
  3050.     * lib.inc.php3, main.php3, sql.php3, tbl_properties: options displayed with
  3051.       the results of a query depends now on its type (bug #425888)
  3052.  
  3053. 2001-05-27  Marc Delisle  <lem9@users.sourceforge.net>
  3054.     * bug #426357: mysql_db_query deprecated
  3055.  
  3056. 2001-05-24  LoÔc Chapeaux  <lolo@phpheaven.net>
  3057.     * lib.inc.php3, line 131+: fixed the authentification failure with advanced
  3058.       mode and 'register_globals' disabled (bug #425369)
  3059.  
  3060. 2001-05-22  Marc Delisle  <lem9@users.sourceforge.net>
  3061.     * Bug #424237: cannot set an enum field to Null
  3062.  
  3063. 2001-05-21  Marc Delisle  <lem9@users.sourceforge.net>
  3064.     * add a message $strTextAreaLength to tell users when a textarea
  3065.       contents is too large to be editable ( > 32K)
  3066.  
  3067. 2001-05-20  LoÔc Chapeaux  <lolo@phpheaven.net>
  3068.     * replaced all require("somefile.php3") and include("somefile.php3")
  3069.       instructions by require("./somefile.php3") and include("./somefile.php3")
  3070.       to avoid conflicts with the 'include_path' directive.
  3071.       Also ensured that require and include are conveniently used (no require
  3072.       inside conditionnal structure...)
  3073.     * db_readdump.php3, line 45+: optimized the work here
  3074.     * lib.inc.php3, line 452-454: fixed a warning
  3075.  
  3076. 2001-05-19  LoÔc Chapeaux  <lolo@phpheaven.net>
  3077.     * left.js, lines 241-242: fixed the scrollbar bug with NS4
  3078.  
  3079. 2001-05-18  Pete Kelly  <webmaster@trafficg.com>
  3080.     * db_readdump.php3 & lib.inc.php3: finally fixed all the special characters
  3081.       problems (Bug #421889)
  3082.  
  3083. 2001-05-18  LoÔc Chapeaux  <lolo@phpheaven.net>
  3084.     * sql.php3, lines 65: fixed a warning
  3085.     * tbl_select.php3: fixed a bug if number of registrations to display is not
  3086.       specified (bug #424278 and patch from Alain Brissaud)
  3087.     * updated the documentation files for the "unofficial" phpMyAdmin homepage
  3088.  
  3089. 2001-05-15  Marc Delisle  <lem9@users.sourceforge.net>
  3090.     * support key length in table copy/dump
  3091.     * doc. changes for LoÔc
  3092.  
  3093. 2001-05-15  Armel Fauveau  <armel.fauveau@globalis-ms.com>
  3094.     * Added "Bookmarked SQL-query" combo box when you click on a table (Feature #423065)
  3095.  
  3096. 2001-05-11  LoÔc Chapeaux  <lolo@phpheaven.net>
  3097.     * lib.inc.php3, lines 76, 81 and 612: fixed a bug if a field contains html
  3098.       tags (suggested by Olivier Bussier at the phpMyAdmin official forum:
  3099.       http://www.phpwizard.net/phorum/read.php?f=1&i=3349&t=3349)
  3100.       set_time_limit() function (Feature #423374)
  3101.     * lib.inc.php3, lines 496 & 563: put an "@" in front of the calls to the
  3102.       set_time_limit() function (Feature #423374)
  3103.     * main.php3: add some empty lines to beautify the start screen and a test that
  3104.       allow to display language selection only if language is not forced in the
  3105.       configuration file
  3106.  
  3107. 2001-05-11  Marc Delisle  <lem9@users.sourceforge.net>
  3108.     * support FULLTEXT in table copy or dump
  3109.  
  3110. 2001-05-11  Armel Fauveau  <armel.fauveau@globalis-ms.com>
  3111.     * Added a "delete" option in the phpMyBookmark patch (Olivier Mueller)
  3112.     * Added a "execute" option in the phpMyBookmark patch
  3113.  
  3114. 2001-05-10  LoÔc Chapeaux  <lolo@phpheaven.net>
  3115.     * db_readdump.php3: fixed all the special characters problems (Bug #421889)
  3116.       and improve the trick to enforce reloading of the left frame if a table
  3117.       has to be created
  3118.     * sql.php3, line 65: a warning message was sometimes displayed because the
  3119.       '$sql_order' variable was not set
  3120.  
  3121. 2001-05-10  Armel Fauveau  <armel.fauveau@globalis-ms.com>
  3122.     * Added a "view only" option in the phpMyBookmark patch (Feature #422425)
  3123.  
  3124. 2001-05-09  Marc Delisle  <lem9@users.sourceforge.net>
  3125.     * new messages in /lang
  3126.     * browse table bug (#421879)
  3127.  
  3128. 2001-05-08  Korakot Chaovavanich  <korakot@iname.com>
  3129.     * In edit page, replace dropdown with radio if short enough
  3130.  
  3131. 2001-05-08  LoÔc Chapeaux  <lolo@phpheaven.net>
  3132.     * db_readdump.php3, line 14 and sql.php3, line 112: two warnings were
  3133.       displayed with the phpMyBookmark patch if the error reporting level
  3134.       is set to E_ALL
  3135.     * import the "Insert new row to edit page" feature put by Korakot in
  3136.       the stable CVS tree
  3137.     * lib.inc.php3, line 590: strip slash the message to be displayed
  3138.  
  3139. 2001-05-07  Marc Delisle  <lem9@users.sourceforge.net>
  3140.     * In csv data, can add a character at end-of-line
  3141.     * Added a shell script that adds a message to all message files
  3142.  
  3143. 2001-05-07  Armel Fauveau  <armel.fauveau@globalis-ms.com>
  3144.     * Added the phpMyBookmark patch
  3145.  
  3146. 2001-05-05  Robin Johnson  <robbat2@users.sourceforge.net>
  3147.     * Some functions discussed on patch #419826 added.
  3148.     * Table Maintence Features added in tbl_properties.php3
  3149.     * Fixed create table "default" bug.
  3150.     * Language tags for Table Types & Table Maintance
  3151.     * Trailing slash on help path bug
  3152.  
  3153. 2001-05-04  LoÔc Chapeaux  <lolo@phpheaven.net>
  3154.     * grab_globals.inc.php3 handles now the $HTTP_POST_FILES array
  3155.     * db_readdump.php3, line 24: added a trick to enforce reloading of the left
  3156.       frame if a table has to be created (not tested enough to be add to the
  3157.       stable version yet)
  3158.  
  3159. 2001-05-04  Marc Delisle  <lem9@users.sourceforge.net>
  3160.     * outsource some strings in main.php3
  3161.     * kill the bug in main.php3 about Create privilege
  3162.  
  3163. 2001-05-03  LoÔc Chapeaux  <lolo@phpheaven.net>
  3164.     * build a js library that contains all the functions used to collapse/expand
  3165.       databases list stuff and improve them
  3166.     * add the brazilian portuguese translation and update the
  3167.       'select_lang.inc.php3' script to take the former into account
  3168.     * reply to some questions at the official phpMyAdmin forum, suggesting the
  3169.       users to grab the current pre-release version from SouceForge.
  3170.  
  3171. 2001-05-03  Olivier M¸ller  <om@omnis.ch>
  3172.     * started devel-branch : "phpMyAdmin-devel". To be used for experimental
  3173.       stuff and new features.
  3174.  
  3175. 2001-05-02  Robin Johnson  <robbat2@users.sourceforge.net>
  3176.     * additional constant MYSQL_MINOR_VERSION in 'lib.inc.php3'
  3177.       contains all of version string after the '3.23.' part.
  3178.     * Table type on create table in 'tbl_create.php3'
  3179.     * Alter table type on 'tbl_properties.php3'
  3180.     * Ability to add comments even if no comment is there
  3181.  
  3182. 2001-05-01  LoÔc Chapeaux  <lolo@phpheaven.net>
  3183.     * improve a bit the language detection: rewrote the 'select_lang.lib.php3'
  3184.       script and changed line 162-166 in 'main.php3'
  3185.     * sql.php3, line 69: now using split() instead of split() (the former is
  3186.       not implemented in PHP3 (SF bugfix)
  3187.  
  3188. 2001-04-29  Olivier M¸ller  <om@omnis.ch>
  3189.     * added lang file for Thai. Thanks to Korakot Chaovavanich (korakot)
  3190.     * tbl_select.php3, line 19: replaced GET by POST (SF bugfix)
  3191.     * tbl_properties.php3: added textfield for mysql input (patch from korakot)
  3192.     * tbl_properties.php3: <? -> <?php (patch from robbat2)
  3193.     * added lang file for Swedish. Tack till David Nordenberg.
  3194.     * Norwegian lang file update by Sven-Erik Andersen.
  3195.  
  3196. 2001-04-28  Olivier M¸ller  <om@omnis.ch>
  3197.     * applied security patch from
  3198.        http://www.securereality.com.au/patches/phpMyAdmin-SecureReality.diff
  3199.       (thx to Geert Lund for the info)
  3200.     * now using explode() instead of split_string() in tbl_change.php3
  3201.       (was broken: is split_string really working correctely? please check!
  3202.        split_string is now still used in db_readdump)
  3203.     * released 2.2.0pre2
  3204.  
  3205. 2001-04-07  Olivier M¸ller  <om@omnis.ch>
  3206.  
  3207.     * docs and code cleanup
  3208.     * announced the http://phpmyadmin.sourceforge.net link
  3209.       on the phpmyadmin forum.
  3210.  
  3211. 2001-04-01  Olivier M¸ller  <om@omnis.ch>
  3212.  
  3213.     * moved the language files to lang/
  3214.     * now using standard ChangeLog file format
  3215.  
  3216. 2001-03-31  Olivier M¸ller  <om@omnis.ch>
  3217.  
  3218.     * upgraded version to 2.2.0pre1
  3219.     * released pre version on sourceforge
  3220.     * synchronized latest phpmyadmin official cvs with the user-contributed
  3221.       patches: multiple language support, bugfixes, etc.
  3222.  
  3223.  
  3224.  v 2.1.0.2 - 26-mar-2001 + Removed necessity of register_globals and added the
  3225.                            "grab_globals.inc.php3" library to this end
  3226.                            Now, phpMyAdmin detects what to do according to
  3227.                            the configuration you chosed!
  3228.                          + Bugfix: a warning may be displayed because a string
  3229.                            was appent to an unset variable in 'tbl_copy.php3'
  3230.                          + Bugfix: a warning may be displayed because some
  3231.                            unset arrays were counted in 'tbl_addfield.php3'
  3232.                          + Bugfix: slashes were added to requests if
  3233.                            'magic_quotes_gpc' is 'on' in 'db_readdump.php3'!
  3234.                          + Bugfix: the usual #-bug
  3235.                          + Bugfix: on Windows-System the 0x1a-char makes
  3236.                            problems (ctrl-z) when piped to mysql. It has to be
  3237.                            changed to '\Z'.
  3238.                          + Bugfix: on Windows-System the path is not build
  3239.                            correct in ldi_check.php
  3240.                          + The dump-output was not easily editable when
  3241.                            containing '\n' or '\t'-characters (e.g. in binary
  3242.                            fields or blobs)
  3243.  
  3244.  v 2.1.0.1 - 28-aug-2000 - Merge with the version from
  3245.                            Benjamin Gandon <gandon@isia.cma.fr>
  3246.                          + Added French translation strings in french.inc.php3
  3247.                          + Bugfix: split_string() in lib.inc.php3
  3248.                          + Bugfix: split_sql() in db_readdump.php3
  3249.                          + Removed necessity of magic_quotes_gpc
  3250.                            Now, phpMyAdmin detects what to do according to
  3251.                            the configuration you chosed!
  3252.                          + clicking on a database name in left frame
  3253.                            don't unexpand it anymore. You have to click oh the
  3254.                            minus image to hide the tables
  3255.                          + Fixed accents problem with german strings
  3256.                          + Fixed matching database name problem in uva fix
  3257.                            in lib.inc.php3
  3258.                          + Added the possibility to display Change and Modify
  3259.                            buttons on the left or on the right of rows (or both)
  3260.                          + Some corrections in spanish.inc.php3 and some other
  3261.                            languages files.
  3262.                          + Bugfix: mesage display after reading a dump or
  3263.                            executing a single query
  3264.  
  3265.  v 2.1.x - 03/02/2001  + Added dynamic multiple language support, with
  3266.                          browser default language detection [om]
  3267.  
  3268.  v 2.1.0 - 08/06/2000  + Bugfix: Query By Example now works with high error-
  3269.                          reporting levels.
  3270.                        + Bugfix: 'End' on the navigation bar in Browse and
  3271.                          Select mode now functions correctly.
  3272.                        + Added random access option to the  navigation bar
  3273.                          in table Select and Browse mode
  3274.                        + Added form for changing the number of rows displayed
  3275.                          per page.
  3276.                        + Bugfix: Reading SQL dumps had magic quotes problems.
  3277.                        + Added support for wildcards in MySQL user
  3278.                          authentication system.
  3279.                        + Added support to edit/delete rows in table without
  3280.                          primary key.
  3281.                        + Added support for mysqldump-like Complete Inserts
  3282.                          (ie. optionally adding the field list to the dumps).
  3283.                        + Changed the table browsing mode to display Prev/Next
  3284.                          links also on top of the rows.
  3285.                        + Added authentication on a per-table basis.
  3286.                        + Added print views for tables and databases.
  3287.                        + Added link to browse table from left frame (copied
  3288.                          from phpPgAdmin).
  3289.                        + Security: Fixed possible security issue with reading
  3290.                          SQL dumps.
  3291.                        + Fixed some more PHP 4.0 issues (warnings, problems
  3292.                          with 0/empty().
  3293.  v 2.0.5 - 12/05/1999  + Added output to show how many rows were affected
  3294.                          by a custom query.
  3295.                        + Bugfix: executing a custom sql query prevented the
  3296.                          edit feature from working correctly.
  3297.                        + Bugfix: Sending CSV Dumps didn't work because of a
  3298.                          typo.
  3299.                        + Bugfix: if the field length was empty, it was set
  3300.                          to the field's type.
  3301.                        + Added the possibility to upload SQL dumps with
  3302.                          File Upload.
  3303.  v 2.0.4 - 10/10/1999  + Some more PHP 4.0 fixes.
  3304.                        + Bugfix: Reading SQL dumps choked on embedded semi-
  3305.                          colons - fixed.
  3306.                        + Bugfix: Dure to regex problems, PHP 3.0.12 crashed in
  3307.                          some instances when adding tables - fixed.
  3308.                        + Added option to use verbose hostnames.
  3309.                        + Bugfix: ENUM/SET had problems with embedded special
  3310.                          characters - fixed.
  3311.                        + New language file: Portuguese
  3312.  v 2.0.3 - 08/15/1999  + Bugfix: Changing a row after a  "Select" didn't work.
  3313.                        + Added proper support for MySQL authentication. With
  3314.                          $adv_auth, only those dbs are displayed that the user
  3315.                          has actually the permissions to view [sponsored by
  3316.                          NetCologne].
  3317.                        + Bugfix: Sometimes the wrong frameset was displayed.
  3318.                        + Bugfix: Moved mysql_die() to top of lib.inc.php3 to avoid
  3319.                          "undefined function" errors.
  3320.                        + Bugfix: Killed some more warnings for those paranoids
  3321.                          who have error_reporting to a high value.
  3322.                        + Added support for MySQL 3.23's table comments.
  3323.                        + Bugfix: Ordering is now disallowed with MySQL-Status
  3324.                          operations.
  3325.                        + Added some more documentation links.
  3326.                        + Changes the way the reload of MySQL is done - use
  3327.                          FLUSH PRIVILEGES instead of mysqladmin reload.
  3328.  v 2.0.2 - 07/02/1999  + Added support for the BINARY attribute.
  3329.                        + Bugfix: In languages other than English, the
  3330.                          warning before dangerous actions didn't work.
  3331.                        + Added proper support for ENUM/SET.
  3332.                        + Changed the table browse mode to use LIMIT.
  3333.                        + Bugfix: ReadDump choked on nestd single quotes,
  3334.                          even if escaped properly.
  3335.  v 2.0.1 - 05/24/1999  + Re-Enabled the "browse"-link on db_properties.php3.
  3336.                        + Added a way to add more than one new fields a time.
  3337.                        + Changed some details to be compatible with webservers
  3338.                          other than Apache (tested with Roxen).
  3339.                        + Added support for creation of a multi-column primary
  3340.                          key on an existing table.
  3341.  v 2.0.0 - 04/11/1999  + Improved navigation, layout changes.
  3342.                        + Added the possiblity to log out with $adv_auth.
  3343.                        + Added the possibility to view MySQL's processes.
  3344.                        + Added an option to output SQL-queries generated by
  3345.                          phpMyAdmin.
  3346.                        + Enhanced the shell script to change file-extensions to
  3347.                          allow any arbitrary extension. It's now called extchg.sh.
  3348.                        + Changed SET/ENUM types to appear in a drop-down menu.
  3349.                        + Bugfix: Attributes weren't used when creating a table
  3350.                          or adding a field.
  3351.                        + Bugfix: Field names with high-ASCII-characters weren't
  3352.                          handled properly.
  3353.                        + Bugfix: LOAD DATA INFILE didn't allow a tab as field-
  3354.                          separator.
  3355.  v 1.4.2 - 02/28/1999  + Renamed config.inc.php3 variables to begin with 'cfg'.
  3356.                        + Support for multiple MySQL servers added.
  3357.                        + Added EscapeShellCmd() to system() calls to avoid
  3358.                          problems with special characters in passwords.
  3359.                        + Bugfix: Reload failure was not being detected.
  3360.                        + Bugfix: Table-/database dumps were not showing key names
  3361.                          correctly.
  3362.                        + Added support for DROP TABLE to the dumps.
  3363.                        + Added support for UNSIGNED & UNSIGNED ZEROFILL attributes.
  3364.                        + Added a shell-script to make it possible to change the
  3365.                          file-extension and all references from ".php3" to
  3366.                          ".phtml" and vice versa.
  3367.  --- SWITCHED TO CVS ---
  3368.  v 1.4.1 - 02/07/1999  + Bugfix: Corrected a small error in the table header of
  3369.                          tbl_change.php3.
  3370.                        + Added preliminary support for context sensitive help.
  3371.                        + Enhanced the table-dump to allow dumping only the structure
  3372.                          or structure+data or CVS export. Made it possible to
  3373.                          download the dump directly as a file.
  3374.                        + Bugfix (*Security*): Until now you were able to connect to
  3375.                          a database different from $only_db. Fixed.
  3376.                        + Changed the display of the databases to highlight the
  3377.                          current db.
  3378.                        + Added a way to execute multiple sql-queries at once
  3379.                          (eg. for reading in a create-schema).
  3380.                        + Added the possiblity to view the dump of a whole
  3381.                          database.
  3382.                        + Added an output of the record-count for all tables to
  3383.                          db_details.php3.
  3384.                        + Bugfix: get_table_content() didn't work correctly when
  3385.                          a field contained an unescaped single quote.
  3386.                        + Bugfix: Corrected various errors in display_table()
  3387.                          when ORDER BY was set.
  3388.                        + Enhanced table-browsing to use the choosen sortorder
  3389.                          over the whole result set; start and end buttons added
  3390.                          for navigation
  3391.                        + Added the possibility to specify whether BLOB fields
  3392.                          should be shown when browsing a table or not.
  3393.                        + New languages: Danish, Norvegian, Spanish, Catalan.
  3394.                        + Eliminated many warning messages when error reporting
  3395.                          is set high.
  3396.                        + Bugfix: Data containing HTML is now properly displayed
  3397.                          when dumping table or database data.
  3398.                        + Improved handling of NULL fields.
  3399.                        + Made tbl_replace.php3 use INSERT and UPDATE rather than
  3400.                          REPLACE INTO.  It is much less likely to lose data now.
  3401. v 1.4.0 - 01/16/1999   + Bugfix: in config.inc.php3 $adv_auth was written as
  3402.                          $mod_auth.
  3403.                        + Changed tbl_change.php3 to display a <textarea> for
  3404.                          *text fields.
  3405.                        + Changed $max_inputsize to a CSS value.
  3406.                        + Changed the input field for the sql-query to
  3407.                          <textarea>.
  3408.                        + Changed some variables references to prevent warnings.
  3409.                        + Moved "LOAD DATA INFILE" from db_details.php3 to
  3410.                          tbl_properties.php3.
  3411.                        + Added htmlspecialchars() to the output of
  3412.                          field-contents.
  3413.                        + Due to the changed behavior of SHOW STATUS in MySQL
  3414.                          3.22, I've removed this information from the homepage
  3415.                          and made seperate links to MySQL internal information.
  3416.                        + Bugfix: when browsing a table, "insert new row" was
  3417.                          not visbible.
  3418.                        + Added ORDER BY fieldname to display_table().
  3419.                        + Added the possiblity to rename a table.
  3420.                        + Added the possiblity to copy a table (structure only
  3421.                          or structure and data).
  3422.                        + Changed the table-dump to a more memory-efficient way.
  3423.                        + Added $border and $th_bgcolor, to offer the user more
  3424.                          control over the look and feel.
  3425.                        + Added support for MySQL-functions.
  3426.                        + Added some information for DEVELOPERS.
  3427.                        + Added stripslashes() to all output of field-types.
  3428.                        + Added a small FAQ to Documentation.html.
  3429.                        + New language: Russian
  3430.  v 1.3.1 - 12/27/1998  + Added complete mulit-language support by outsourcing
  3431.                          all strings to a separate file.
  3432.                        + Bugfix: in tbl_addfield.php3 a stripslashes() was
  3433.                          missing.
  3434.                        + Changed *.inc to *.inc.php3 to avoid security-
  3435.                          problems when .inc-files were not parsed by PHP3.
  3436.                        + New languages: German, French
  3437.  v 1.3.0 - 12/16/1998  + Changed display_table() to show the number of found
  3438.                          records.
  3439.                        + Changed display_table() to align=right for numeric
  3440.                          fields.
  3441.                        + Changed all PHP3 opening tags to the XML-compliant
  3442.                          version.
  3443.                        + Added a "query by example" to tbl_select.php3.
  3444.                        + Added the possibility to specify the length of input-
  3445.                          fields when inserting to a table.
  3446.                        + Changed the input-fields to have a maxlength
  3447.                          equivalent to the field's size.
  3448.                        + Bugfix: Corrected a typo in tbl_create.php3
  3449.                        + Added a checkbox to the load-data-infile function to
  3450.                          allow existing data to be overwritten.
  3451.                        + Added authentification: now you can log with any
  3452.                          valid MySQL- user (through HTTP-auth).
  3453.                        + Added the possibility to show only one database
  3454.                          (useful when you want to let users adminstrate one own
  3455.                          database).
  3456.                        + Added an "Empty" command to tbl_properties.php3.
  3457.                        + Added support for UNIQUE keys when creating a table
  3458.                          or adding a field.
  3459.                        + Bugfix: the dump of a table didn't show the correct
  3460.                          table-name.
  3461.                        + Bugfix: Inserting a CVS-file with single-quote
  3462.                          enclosed fields didn't work.
  3463.  v 1.2.0 - 11/29/1998  + Bugfix: Delete didn't work correctly when a table's
  3464.                          primary key spanned multiple colums.
  3465.                        + Changed the texfile-import funtion to import text-files
  3466.                          directly from the local file-system via file-upload.
  3467.                        + Added a confirmation when a custom SQL-query was
  3468.                          completed succesfully.
  3469.                        + Changed the background image so that the page is
  3470.                          readable even with crappy browsers (like IE 4.x or
  3471.                          Navigator 4.5/Mac) that don't interpret style sheets
  3472.                          correctly.
  3473.                        + Changed tbl_addfield.php3 to allow specifying a
  3474.                          primary key or an index when adding a field.
  3475.                        + Added the possibility to create a dump from a table.
  3476.                          (port from mysqldump.c)
  3477.                        + Added the missing TODO file.
  3478.  v 1.1.2 - 11/18/1998: + Bugfix: Edit or delete didn't work with a alpha-
  3479.                          numerical primary key (' was missing).
  3480.                        + Bugfix: Creating a table with both a primary key
  3481.                          and an index didn't work.
  3482.                        + Added the possiblity to browse only selected
  3483.                          fields from a table.
  3484.  v 1.1.1 - 11/05/1998: + Bugfix: After a custom SQL-statement the edit-
  3485.                          function didn't work.
  3486.                        + Added the possibility to import data from ascii-
  3487.                          textfiles.
  3488.                        + Added the possibility to limit the displayed
  3489.                          rows to $max_rows.
  3490.                        + Expanded the drop-confirmation to DELETE FROM.
  3491.  v 1.1.0 - 11/03/1998: + Expanded the drop-confirmation to DROP FIELD.
  3492.                        + You can now turn off the confirmations.
  3493.                        + It's now possible to specify the primary key
  3494.                          and an index when creating a table.
  3495.                        + Made the background-image larger.
  3496.                        + Bugfix: in tbl_properties.inc, if one primary
  3497.                          key was found, it was displayed twice.
  3498.                        + Bugfix: On DROP DATABASE, a wrong confirmation
  3499.                          was displayed.
  3500.                        + Added a "nofollow" directive for robots in
  3501.                          header.inc.
  3502.                        + Added more documentation (due to several
  3503.                          requests).
  3504.                        + Made seperate INSTALL, ChangeLog and TODO
  3505.                          files.
  3506.  v 1.0.1 - 10/26/1998: + Added a check when dropping a table or database.
  3507.                        + Bugfix: when a field contained a " it wouldn't
  3508.                          be displayed correctly in tbl_change.
  3509.  v 0.9.0 - 09/09/1998: + First internally used version
  3510.